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

Commit 7a221bb

Browse files
lzchenreyang
authored andcommitted
Bump version to 0.7.0 for only packages that have changed (#741)
1 parent fa0816e commit 7a221bb

File tree

43 files changed

+25
-120
lines changed

Some content is hidden

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

43 files changed

+25
-120
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.7.0'
15+
__version__ = '0.1.1'

contrib/opencensus-correlation/CHANGELOG.md

Lines changed: 0 additions & 5 deletions

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.7.0'
15+
__version__ = '0.3.0'

contrib/opencensus-ext-dbapi/CHANGELOG.md

Lines changed: 0 additions & 5 deletions

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.7.0'
15+
__version__ = '0.1.2'

contrib/opencensus-ext-gevent/CHANGELOG.md

Lines changed: 0 additions & 5 deletions

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.7.0'
15+
__version__ = '0.1.0'

contrib/opencensus-ext-google-cloud-clientlibs/CHANGELOG.md

Lines changed: 0 additions & 5 deletions

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.7.0, < 1.0.0',
43-
'opencensus-ext-grpc >= 0.7.0, < 1.0.0',
44-
'opencensus-ext-requests >= 0.7.0, < 1.0.0',
43+
'opencensus-ext-grpc >= 0.3.0, < 1.0.0',
44+
'opencensus-ext-requests >= 0.1.2, < 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.7.0'
15+
__version__ = '0.1.2'

0 commit comments

Comments
 (0)