From 7556474be1a25e4c56f3a74ef35775f91966874e Mon Sep 17 00:00:00 2001 From: Nikita Grishko Date: Sun, 12 Dec 2021 22:43:08 +0100 Subject: [PATCH] [release] uprev --- mkdocs.yml | 10 +++++++--- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 31e8cf2..e6de9d3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,11 +14,15 @@ extra: markdown_extensions: - admonition - - codehilite: - guess_lang: false - linenums: true - toc: permalink: true + - tables + - pymdownx.highlight: + linenums: true + linenums_style: pymdownx.inline + - pymdownx.inlinehilite + - pymdownx.superfences + - pymdownx.snippets nav: - Home: index.md diff --git a/pyproject.toml b/pyproject.toml index 4654c75..9cafc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ skip = ".eggs,.venv,venv" [tool.poetry] name = "aiodogstatsd" -version = "0.16.0" +version = "0.16.0.post0" description = "An asyncio-based client for sending metrics to StatsD with support of DogStatsD extension" authors = [ "Nikita Grishko "