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

Commit e1507b2

Browse files
authored
Prepare for 0.6.0 release (#670)
1 parent 6901d09 commit e1507b2

File tree

60 files changed

+104
-52
lines changed

Some content is hidden

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

60 files changed

+104
-52
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions

context/opencensus-context/CHANGELOG.md

Lines changed: 5 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.1.1'

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

contrib/opencensus-ext-azure/CHANGELOG.md

Lines changed: 3 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.2.dev0'
15+
__version__ = '0.2.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.6.dev0, < 1.0.0',
42+
'opencensus >= 0.6.0, < 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.6.0, < 1.0.0',
4343
],
4444
extras_require={},
4545
license='Apache-2.0',

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

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.6.0, < 1.0.0',
4444
],
4545
extras_require={},
4646
license='Apache-2.0',

0 commit comments

Comments
 (0)