Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 4eaa1a5

Browse files
authored
Release opencensus-ext-stackdriver v0.8.0 (release commit) (#1063)
1 parent 15b126a commit 4eaa1a5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

contrib/opencensus-ext-stackdriver/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
## 0.8.0
6+
Released 2021-08-16
7+
8+
- Upgrade google-cloud-monitoring dep to v2.X, update usage
9+
[#1060](https://github.com/census-instrumentation/opencensus-python/pull/1060)
510
- Drop python <3.6 in opencensus-ext-stackdriver
611
[#1056](https://github.com/census-instrumentation/opencensus-python/pull/1056)
712

contrib/opencensus-ext-stackdriver/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'google-cloud-monitoring ~= 2.0',
4141
'google-cloud-trace >= 0.20.0, < 1.0.0',
4242
'rsa <= 4.0; python_version<="3.4"',
43-
'opencensus >= 0.8.dev0, < 1.0.0',
43+
'opencensus >= 0.7.13, < 1.0.0',
4444
],
4545
python_requires=">=3.6",
4646
extras_require={},

contrib/opencensus-ext-stackdriver/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.8.dev0'
15+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)