Skip to content

Commit 913725d

Browse files
committed
[release] uprev
1 parent 1c53c72 commit 913725d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

3-
## 0.12.0 (20XX-XX-XX)
3+
## 0.12.0 (2020-05-29)
44

55
- Added `connected`, `closing` and `disconnected` client properties. Can be used to check connection state of client, #23
66
- Bumped minimum required `Sanic` version, #23

pyproject.toml

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

5555
[tool.poetry]
5656
name = "aiodogstatsd"
57-
version = "0.12.0-alpha.0"
57+
version = "0.12.0"
5858
description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension"
5959
authors = [
6060
"Nikita Grishko <[email protected]>"

0 commit comments

Comments
 (0)