From d9a272b2a8201132185fbf652bb4294245c09b96 Mon Sep 17 00:00:00 2001 From: HH ReleaseBot Date: Mon, 20 Nov 2023 11:04:23 +0300 Subject: [PATCH] release 7.3.1 [e.bokshitskiy@hh.ru] --- .hh-release.yaml | 2 +- frontik/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.hh-release.yaml b/.hh-release.yaml index 7127ecadd..bbecd7366 100644 --- a/.hh-release.yaml +++ b/.hh-release.yaml @@ -1,4 +1,4 @@ -version: 7.3.0 +version: 7.3.1 docker_context: . build_docker_file: docker/Dockerfile.building build_method: pytest_run diff --git a/frontik/version.py b/frontik/version.py index f17a697d4..a555c3319 100644 --- a/frontik/version.py +++ b/frontik/version.py @@ -1 +1 @@ -version = '7.3.0' +version = '7.3.1' diff --git a/pyproject.toml b/pyproject.toml index 6510b37c9..9b24f3f84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'frontik' -version = '7.3.0' +version = '7.3.1' description = 'Frontik is an asyncronous Tornado-based application server' authors = ['architecture '] repository = 'https://github.com/hhru/frontik'