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

Commit 86255ce

Browse files
authored
Release opencensus-ext-stackdriver v0.8.0 (post release) (#1064)
1 parent 4eaa1a5 commit 86255ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7.13, < 1.0.0',
43+
'opencensus >= 0.8.dev0, < 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.0'
15+
__version__ = '0.9.dev0'

0 commit comments

Comments
 (0)