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

Commit f3415f4

Browse files
authored
Bump version after 0.6.0 release (#672)
1 parent 6901d09 commit f3415f4

File tree

30 files changed

+31
-31
lines changed

30 files changed

+31
-31
lines changed

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.2.dev0'
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__ = '0.2.dev0'
15+
__version__ = '0.3.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.6.dev0, < 1.0.0',
42+
'opencensus >= 0.7.dev0, < 1.0.0',
4343
'requests >= 2.19.0',
4444
],
4545
extras_require={},

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.6.dev0, < 1.0.0',
42+
'opencensus >= 0.7.dev0, < 1.0.0',
4343
],
4444
extras_require={},
4545
license='Apache-2.0',

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
long_description=open('README.rst').read(),
4141
install_requires=[
4242
'Django >= 1.11.0, <= 1.11.20',
43-
'opencensus >= 0.6.dev0, < 1.0.0',
43+
'opencensus >= 0.7.dev0, < 1.0.0',
4444
],
4545
extras_require={},
4646
license='Apache-2.0',

contrib/opencensus-ext-flask/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
long_description=open('README.rst').read(),
4141
install_requires=[
4242
'flask >= 0.12.3, < 2.0.0',
43-
'opencensus >= 0.6.dev0, < 1.0.0',
43+
'opencensus >= 0.7.dev0, < 1.0.0',
4444
],
4545
extras_require={},
4646
license='Apache-2.0',

contrib/opencensus-ext-gevent/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.6.dev0, < 1.0.0',
42+
'opencensus >= 0.7.dev0, < 1.0.0',
4343
'gevent >= 1.3'
4444
],
4545
extras_require={},

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

contrib/opencensus-ext-google-cloud-clientlibs/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
include_package_data=True,
4040
long_description=open('README.rst').read(),
4141
install_requires=[
42-
'opencensus >= 0.6.dev0, < 1.0.0',
43-
'opencensus-ext-grpc >= 0.3.dev0, < 1.0.0',
42+
'opencensus >= 0.7.dev0, < 1.0.0',
43+
'opencensus-ext-grpc >= 0.4.dev0, < 1.0.0',
4444
'opencensus-ext-requests >= 0.2.dev0, < 1.0.0',
4545
],
4646
extras_require={},

contrib/opencensus-ext-grpc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
long_description=open('README.rst').read(),
4141
install_requires=[
4242
'grpcio >= 1.0.0, < 2.0.0',
43-
'opencensus >= 0.6.dev0, < 1.0.0',
43+
'opencensus >= 0.7.dev0, < 1.0.0',
4444
],
4545
extras_require={},
4646
license='Apache-2.0',

0 commit comments

Comments
 (0)