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

Commit dfd6d4f

Browse files
authored
Bump version and Merge Changelog after 0.7.0 release (#740)
* Prepare for 0.7.0 release (#739) * Bump version to 0.7.0 for only packages that have changed (#741) * bump version * fix typos
1 parent edad023 commit dfd6d4f

File tree

33 files changed

+53
-28
lines changed

33 files changed

+53
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
## Unreleased
44

5+
## 0.7.0
6+
Released 2019-07-31
7+
58
- Fix exporting int-valued stats with sum and lastvalue aggregations
69
([#696](https://github.com/census-instrumentation/opencensus-python/pull/696))
710
- Fix cloud format propagator to use decimal span_id encoding instead of hex
811
([#719](https://github.com/census-instrumentation/opencensus-python/pull/719))
912

10-
1113
## 0.6.0
1214
Released 2019-05-31
1315

contrib/opencensus-correlation/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@
22

33
## Unreleased
44

5+
## 0.3.0
6+
Released 2019-05-31
7+
58
- Add this changelog.

contrib/opencensus-ext-azure/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.0
6+
Released 2019-07-31
7+
48
- Added standard metrics
59
([#708](https://github.com/census-instrumentation/opencensus-python/pull/708),
610
[#718](https://github.com/census-instrumentation/opencensus-python/pull/718),
@@ -11,16 +15,20 @@
1115
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))
1216

1317
## 0.3.1
18+
Released 2019-06-30
19+
1420
- Added metrics exporter
1521
([#678](https://github.com/census-instrumentation/opencensus-python/pull/678))
1622

1723
## 0.2.1
1824
Released 2019-06-13
25+
1926
- Support span attributes
2027
([#682](https://github.com/census-instrumentation/opencensus-python/pull/682))
2128

2229
## 0.2.0
2330
Released 2019-05-31
31+
2432
- Added log exporter
2533
([#657](https://github.com/census-instrumentation/opencensus-python/pull/657),
2634
[#668](https://github.com/census-instrumentation/opencensus-python/pull/668))

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.8.dev0'

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

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

contrib/opencensus-ext-django/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.0
6+
Released 2019-07-31
7+
48
- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
59
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))
610

contrib/opencensus-ext-django/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
long_description=open('README.rst').read(),
4545
install_requires=[
4646
'Django >= 1.11',
47-
'opencensus >= 0.7.dev0, < 1.0.0',
47+
'opencensus >= 0.8.dev0, < 1.0.0',
4848
],
4949
extras_require={},
5050
license='Apache-2.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.4.dev0'
15+
__version__ = '0.8.dev0'

contrib/opencensus-ext-flask/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 0.7.0
6+
Released 2019-07-31
7+
48
- Make ProbabilitySampler default
59
- Updated span attributes to include some missing attributes listed [here](https://github.com/census-instrumentation/opencensus-specs/blob/master/trace/HTTP.md#attributes)
610
([#735](https://github.com/census-instrumentation/opencensus-python/pull/735))

0 commit comments

Comments
 (0)