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

Commit 00a817c

Browse files
authored
Update master post v0.10.x release (#1137)
1 parent 8e30d7d commit 00a817c

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
# 0.10.0
6+
Released 2022-07-05
57
- Add kwargs to derived gauge
68
([#1135](https://github.com/census-instrumentation/opencensus-python/pull/1135))
79

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.1.5
6+
Released 2022-07-05
7+
58
- Allow specifying metrics (custom_measurements) for Azure custom events
69
([#1117](https://github.com/census-instrumentation/opencensus-python/pull/1117))
710
- Shutdown Statsbeat when hitting error/exception threshold

contrib/opencensus-ext-azure/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
install_requires=[
4444
'azure-core >= 1.12.0, < 2.0.0',
4545
'azure-identity >= 1.5.0, < 2.0.0',
46-
'opencensus >= 0.9.dev0, < 1.0.0',
46+
'opencensus >= 0.11.dev0, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],

opencensus/common/version/__init__.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.10.dev0'
15+
__version__ = '0.11.dev0'

0 commit comments

Comments
 (0)