Skip to content

Commit 1a2bd98

Browse files
committed
[release] uprev
1 parent b7a59f1 commit 1a2bd98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog for aiodogstatsd
22

3-
## 0.13.0 (20XX-XX-XX)
3+
## 0.13.0 (2020-07-29)
44

55
- Added configuration option to limit pending queue size. Can be configured by passing `pending_queue_size` named argument into `aiodogstatsd.Client` class. By default: `65536`, #24
66

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.13.0-alpha.0"
49+
version = "0.13.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)