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

Commit 8412cbc

Browse files
authored
Prepare v0.11.3 release (#1225)
1 parent e32462c commit 8412cbc

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
## Unreleased
44

5+
# 0.11.3
6+
Released 2023-09-18
7+
8+
- Updated `azure` module
9+
510
# 0.11.2
611
Released 2023-03-10
712

8-
- Updated `azure`, `fastapi`,`flask` modules
13+
- Updated `azure`, `fastapi`, `flask` modules
914

1015
# 0.11.1
1116
Released 2023-01-18

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
44

5+
## 1.1.10
6+
7+
Released 2023-09-18
8+
9+
- Various bug fixes
10+
511
## 1.1.9
612

713
Released 2023-03-10

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.1.9'
15+
__version__ = '1.1.10'

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.11.2, < 1.0.0',
46+
'opencensus >= 0.11.3, < 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.11.2'
15+
__version__ = '0.11.3'

0 commit comments

Comments
 (0)