Skip to content

Commit cceb975

Browse files
committed
[release] uprev
1 parent c133e76 commit cceb975

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.14.0 (20XX-XX-XX)
3+
## 0.14.0 (2020-11-16)
44

55
- Added Python 3.9.* support
66
- Fixed `.timeit()` in case of unhandled exceptions, #26

pyproject.toml

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

4747
[tool.poetry]
4848
name = "aiodogstatsd"
49-
version = "0.14.0-alpha.0"
49+
version = "0.14.0"
5050
description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension"
5151
authors = [
5252
"Nikita Grishko <[email protected]>"

0 commit comments

Comments
 (0)