Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Jan 3, 2024
1 parent d96fb34 commit 2e0710b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

# 0.11.4
Released 2024-01-03
- Changed bit-mapping for `httpx` and `fastapi` integrations
([#1239](https://github.com/census-instrumentation/opencensus-python/pull/1239))

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.13

Released 2024-01-03
- Changed bit-mapping for `httpx` and `fastapi` integrations
([#1239](https://github.com/census-instrumentation/opencensus-python/pull/1239))

## 1.1.12

Released 2023-11-28
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.12'
__version__ = '1.1.dev0'
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.3, < 1.0.0',
'opencensus >= 0.12.dev0, < 1.0.0',
'psutil >= 5.6.3',
'requests >= 2.19.0',
],
Expand Down

0 comments on commit 2e0710b

Please sign in to comment.