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

Commit 2ad4a3a

Browse files
authored
version (#1033)
1 parent f68bc0f commit 2ad4a3a

File tree

51 files changed

+66
-58
lines changed

Some content is hidden

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

51 files changed

+66
-58
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions

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/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.0.8'
15+
__version__ = '1.0.dev0'

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.7.13, < 1.0.0',
42+
'opencensus >= 0.8.dev0, < 1.0.0',
4343
'psutil >= 5.6.3',
4444
'requests >= 2.19.0',
4545
],

contrib/opencensus-ext-datadog/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
install_requires=[
4141
'bitarray >= 1.0.1, < 2.0.0',
42-
'opencensus >= 0.7.13, < 1.0.0',
42+
'opencensus >= 0.8.dev0, < 1.0.0',
4343
'requests >= 2.19.0',
4444
],
4545
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
@@ -39,7 +39,7 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.7.13, < 1.0.0',
42+
'opencensus >= 0.8.dev0, < 1.0.0',
4343
],
4444
extras_require={},
4545
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
@@ -44,7 +44,7 @@
4444
long_description=open('README.rst').read(),
4545
install_requires=[
4646
'Django >= 1.11',
47-
'opencensus >= 0.7.13, < 1.0.0',
47+
'opencensus >= 0.8.dev0, < 1.0.0',
4848
],
4949
extras_require={},
5050
license='Apache-2.0',

0 commit comments

Comments
 (0)