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

Commit 2d528e8

Browse files
authored
Update ext dev package versions for 0.1.0 releases (#563)
1 parent b63e927 commit 2d528e8

23 files changed

Lines changed: 24 additions & 24 deletions

File tree

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.4.dev0'
15+
__version__ = '0.2.dev0'

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

contrib/opencensus-ext-django/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-flask/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
@@ -40,8 +40,8 @@
4040
long_description=open('README.rst').read(),
4141
install_requires=[
4242
'opencensus >= 0.4.dev0, < 1.0.0',
43-
'opencensus-ext-grpc >= 0.1.dev0, < 1.0.0',
44-
'opencensus-ext-requests >= 0.1.dev0, < 1.0.0',
43+
'opencensus-ext-grpc >= 0.2.dev0, < 1.0.0',
44+
'opencensus-ext-requests >= 0.2.dev0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

contrib/opencensus-ext-google-cloud-clientlibs/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-grpc/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-httplib/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-jaeger/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-mysql/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
install_requires=[
4242
'mysql-connector >= 2.1.6, < 3.0.0',
4343
'opencensus >= 0.4.dev0, < 1.0.0',
44-
'opencensus-ext-dbapi >= 0.1.dev0, < 1.0.0',
44+
'opencensus-ext-dbapi >= 0.2.dev0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

0 commit comments

Comments
 (0)