Skip to content

Commit

Permalink
Prepare v0.11.3 release (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Sep 18, 2023
1 parent e32462c commit 8412cbc
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

## Unreleased

# 0.11.3
Released 2023-09-18

- Updated `azure` module

# 0.11.2
Released 2023-03-10

- Updated `azure`, `fastapi`,`flask` modules
- Updated `azure`, `fastapi`, `flask` modules

# 0.11.1
Released 2023-01-18
Expand Down
6 changes: 6 additions & 0 deletions contrib/opencensus-ext-azure/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 1.1.10

Released 2023-09-18

- Various bug fixes

## 1.1.9

Released 2023-03-10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '1.1.9'
__version__ = '1.1.10'
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-azure/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
install_requires=[
'azure-core >= 1.12.0, < 2.0.0',
'azure-identity >= 1.5.0, < 2.0.0',
'opencensus >= 0.11.2, < 1.0.0',
'opencensus >= 0.11.3, < 1.0.0',
'psutil >= 5.6.3',
'requests >= 2.19.0',
],
Expand Down
2 changes: 1 addition & 1 deletion opencensus/common/version/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = '0.11.2'
__version__ = '0.11.3'

0 comments on commit 8412cbc

Please sign in to comment.