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

Commit fa0816e

Browse files
lzchenreyang
authored andcommitted
Prepare for 0.7.0 release (#739)
1 parent edad023 commit fa0816e

File tree

73 files changed

+176
-53
lines changed

Some content is hidden

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

73 files changed

+176
-53
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion

context/opencensus-context/CHANGELOG.md

Lines changed: 3 additions & 0 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.2.dev0'
15+
__version__ = '0.7.0'

contrib/opencensus-correlation/CHANGELOG.md

Lines changed: 8 additions & 0 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.4.dev0'
15+
__version__ = '0.7.0'

contrib/opencensus-ext-azure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

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

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.dev0, < 1.0.0',
42+
'opencensus >= 0.7.0, < 1.0.0',
4343
'psutil >= 5.6.3',
4444
'requests >= 2.19.0',
4545
],

contrib/opencensus-ext-dbapi/CHANGELOG.md

Lines changed: 5 additions & 0 deletions

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

0 commit comments

Comments
 (0)