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

Commit 2ff51d7

Browse files
lzchensongy23
authored andcommitted
Update CHANGELOG, bump version (#728)
1 parent 7876105 commit 2ff51d7

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

contrib/opencensus-ext-azure/CHANGELOG.md

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

33
## Unreleased
4+
5+
## 0.3.1
46
- Added metrics exporter
57
([#678](https://github.com/census-instrumentation/opencensus-python/pull/678))
68

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

contrib/opencensus-ext-azure/opencensus/ext/azure/metrics_exporter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def _transmit_without_retry(self, envelopes):
215215
text
216216
)
217217
return
218-
# Check for non-tryable result
218+
# Check for non-retryable result
219219
if status_code in (
220220
206, # Partial Content
221221
429, # Too Many Requests

0 commit comments

Comments
 (0)