Skip to content

Commit b3a4229

Browse files
committed
release
1 parent 2275bd0 commit b3a4229

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

contrib/opencensus-ext-azure/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## 1.1.14
6+
7+
Released 2025-01-06
8+
59
- Remove status code `206` from retry code + only count batch level for statsbeat
610
([#1247](https://github.com/census-instrumentation/opencensus-python/pull/1247))
711

contrib/opencensus-ext-azure/opencensus/ext/azure/common/version.py

+1-1
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.dev0'
15+
__version__ = '1.1.14'

contrib/opencensus-ext-azure/setup.py

+1-1
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.4, < 1.0.0',
4747
'psutil >= 5.6.3',
4848
'requests >= 2.19.0',
4949
],

0 commit comments

Comments
 (0)