Skip to content

Commit 7556474

Browse files
committed
[release] uprev
1 parent db65e2a commit 7556474

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

mkdocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ extra:
1414

1515
markdown_extensions:
1616
- admonition
17-
- codehilite:
18-
guess_lang: false
19-
linenums: true
2017
- toc:
2118
permalink: true
19+
- tables
20+
- pymdownx.highlight:
21+
linenums: true
22+
linenums_style: pymdownx.inline
23+
- pymdownx.inlinehilite
24+
- pymdownx.superfences
25+
- pymdownx.snippets
2226

2327
nav:
2428
- Home: index.md

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.16.0"
49+
version = "0.16.0.post0"
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)