Skip to content

Commit

Permalink
[release] uprev
Browse files Browse the repository at this point in the history
  • Loading branch information
Gr1N committed Jul 29, 2020
1 parent b7a59f1 commit 1a2bd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog for aiodogstatsd

## 0.13.0 (20XX-XX-XX)
## 0.13.0 (2020-07-29)

- 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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ skip = ".eggs,.venv,venv"

[tool.poetry]
name = "aiodogstatsd"
version = "0.13.0-alpha.0"
version = "0.13.0"
description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension"
authors = [
"Nikita Grishko <gr1n@protonmail.com>"
Expand Down

0 comments on commit 1a2bd98

Please sign in to comment.