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

Commit 2afedae

Browse files
committed
Update core pkg to 0.3.1, ext pkgs to 0.1.0
1 parent 6ffcfe0 commit 2afedae

File tree

22 files changed

+23
-23
lines changed

22 files changed

+23
-23
lines changed

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.1.0'

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.1.0'

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.1.0'

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.3.0, < 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.1.0, < 1.0.0',
44+
'opencensus-ext-requests >= 0.1.0, < 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.1.0'

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.1.0'

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.1.0'

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.1.0'

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.3.0, < 1.0.0',
44-
'opencensus-ext-dbapi >= 0.1.dev0, < 1.0.0',
44+
'opencensus-ext-dbapi >= 0.1.0, < 1.0.0',
4545
],
4646
extras_require={},
4747
license='Apache-2.0',

contrib/opencensus-ext-mysql/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.1.0'

0 commit comments

Comments
 (0)