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

Commit 1ff11ef

Browse files
authored
Release/v0.11.1 (#1184)
1 parent 4e4f061 commit 1ff11ef

File tree

8 files changed

+23
-5
lines changed

8 files changed

+23
-5
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
# 0.11.1
6+
Released 2023-01-18
7+
8+
- Updated `azure`, `httpx` modules
9+
510
# 0.11.0
611
Released 2022-08-03
712

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.1.8
6+
7+
Released 2023-01-18
8+
59
- Disable storage for statsbeat if storage is disabled for exporter
610
([#1155](https://github.com/census-instrumentation/opencensus-python/pull/1155))
711
- Add UK to eu statsbeats

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__ = '1.2.dev0'
15+
__version__ = '1.1.8'

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.12.dev0, < 1.0.0',
46+
'opencensus >= 0.11.1, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## Unreleased
4+
5+
## 0.1.0
6+
7+
Released 2023-01-18
8+
9+
- Initial release

contrib/opencensus-ext-httpx/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
description="OpenCensus HTTPX Integration",
3535
include_package_data=True,
3636
long_description="",
37-
install_requires=["opencensus >= 0.12.dev0, < 1.0.0", "httpx >= 0.22.0"],
37+
install_requires=["opencensus >= 0.11.1, < 1.0.0", "httpx >= 0.22.0"],
3838
extras_require={},
3939
license="Apache-2.0",
4040
packages=find_packages(exclude=("tests",)),

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.12.dev0'
15+
__version__ = '0.11.1'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
include_package_data=True,
4343
long_description=open('README.rst').read(),
4444
install_requires=[
45-
'opencensus-context >= 0.2.dev0',
45+
'opencensus-context >= 0.1.3',
4646
'google-api-core >= 1.0.0, < 2.0.0; python_version<"3.6"',
4747
'google-api-core >= 1.0.0, < 3.0.0; python_version>="3.6"',
4848
],

0 commit comments

Comments
 (0)