Skip to content

Commit 6d6af80

Browse files
committed
[release] uprev
1 parent 3e0e54a commit 6d6af80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog for aiodogstatsd
22

3-
## 0.10.0 (20XX-XX-XX)
3+
## 0.10.0 (2019-12-03)
44

5-
- Fixed `MTags` type to be a `Mapping` to avoid common invariance type-checking errors, #14
5+
- Fixed `MTags` type to be a `Mapping` to avoid common invariance type-checking errors, #14 by @JayH5
66

77
## 0.9.0 (2019-11-29)
88

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ skip = ".eggs,.venv,venv"
3333

3434
[tool.poetry]
3535
name = "aiodogstatsd"
36-
version = "0.10.0-alpha.0"
36+
version = "0.10.0"
3737
description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension"
3838
authors = [
3939
"Nikita Grishko <[email protected]>"

0 commit comments

Comments
 (0)