Skip to content

Commit

Permalink
Release opencensus-ext-stackdriver v0.8.0 (release commit) (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
aabmass authored Aug 16, 2021
1 parent 15b126a commit 4eaa1a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions contrib/opencensus-ext-stackdriver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Unreleased

## 0.8.0
Released 2021-08-16

- Upgrade google-cloud-monitoring dep to v2.X, update usage
[#1060](https://github.com/census-instrumentation/opencensus-python/pull/1060)
- Drop python <3.6 in opencensus-ext-stackdriver
[#1056](https://github.com/census-instrumentation/opencensus-python/pull/1056)

Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-stackdriver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
'google-cloud-monitoring ~= 2.0',
'google-cloud-trace >= 0.20.0, < 1.0.0',
'rsa <= 4.0; python_version<="3.4"',
'opencensus >= 0.8.dev0, < 1.0.0',
'opencensus >= 0.7.13, < 1.0.0',
],
python_requires=">=3.6",
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-stackdriver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.8.dev0'
__version__ = '0.8.0'

0 comments on commit 4eaa1a5

Please sign in to comment.