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

Commit 0afdcc9

Browse files
authored
Post 0.8 Opencensus release (#1081)
1 parent 346fce3 commit 0afdcc9

File tree

52 files changed

+62
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+62
-71
lines changed

context/opencensus-context/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.1.2'
15+
__version__ = '0.2.dev0'

contrib/opencensus-correlation/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.3.0'
15+
__version__ = '0.4.dev0'

contrib/opencensus-ext-azure/README.rst

Lines changed: 9 additions & 20 deletions

contrib/opencensus-ext-azure/opencensus/ext/azure/common/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__ = '1.1.0'
15+
__version__ = '1.2.dev0'

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_requires=[
4444
'azure-core >= 1.12.0, < 2.0.0',
4545
'azure-identity >= 1.5.0, < 2.0.0',
46-
'opencensus >= 0.7.13, < 1.0.0',
46+
'opencensus >= 0.9.dev0, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],

contrib/opencensus-ext-datadog/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
include_package_data=True,
4242
install_requires=[
4343
'bitarray >= 1.0.1, < 2.0.0',
44-
'opencensus >= 0.7.13, < 1.0.0',
44+
'opencensus >= 0.9.dev0, < 1.0.0',
4545
'requests >= 2.19.0',
4646
],
4747
extras_require={},

contrib/opencensus-ext-datadog/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.1.0'
15+
__version__ = '0.2.dev0'

contrib/opencensus-ext-dbapi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
include_package_data=True,
4242
long_description=open('README.rst').read(),
4343
install_requires=[
44-
'opencensus >= 0.7.13, < 1.0.0',
44+
'opencensus >= 0.9.dev0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

contrib/opencensus-ext-dbapi/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.1.2'
15+
__version__ = '0.2.dev0'

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
long_description=open('README.rst').read(),
4747
install_requires=[
4848
'Django >= 1.11',
49-
'opencensus >= 0.7.13, < 1.0.0',
49+
'opencensus >= 0.9.dev0, < 1.0.0',
5050
],
5151
extras_require={},
5252
license='Apache-2.0',

0 commit comments

Comments
 (0)