diff --git a/.hh-release.yaml b/.hh-release.yaml index f1162eedc..bd796eba7 100644 --- a/.hh-release.yaml +++ b/.hh-release.yaml @@ -1,4 +1,4 @@ -version: 7.3.2 +version: 7.3.3 docker_context: . build_docker_file: docker/Dockerfile.building build_method: pytest_run diff --git a/frontik/version.py b/frontik/version.py index 4ad237dfb..b7b0ea0a6 100644 --- a/frontik/version.py +++ b/frontik/version.py @@ -1 +1 @@ -version = '7.3.2' +version = '7.3.3' diff --git a/pyproject.toml b/pyproject.toml index e38159e42..90e04b749 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'frontik' -version = '7.3.2' +version = '7.3.3' description = 'Frontik is an asyncronous Tornado-based application server' authors = ['architecture '] repository = 'https://github.com/hhru/frontik'