From bf65cb313f7858c888a8942822549712f8b92d1f Mon Sep 17 00:00:00 2001 From: HH ReleaseBot Date: Wed, 29 Nov 2023 11:37:06 +0300 Subject: [PATCH] release 7.3.5 [i.safonov@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 90005c5a1..17d93f705 100644 --- a/.hh-release.yaml +++ b/.hh-release.yaml @@ -1,4 +1,4 @@ -version: 7.3.4 +version: 7.3.5 docker_context: . build_docker_file: docker/Dockerfile.building build_method: pytest_run diff --git a/frontik/version.py b/frontik/version.py index 6f8ae1f09..70b708ba8 100644 --- a/frontik/version.py +++ b/frontik/version.py @@ -1 +1 @@ -version = '7.3.4' +version = '7.3.5' diff --git a/pyproject.toml b/pyproject.toml index 6d0a37672..3e0120db7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'frontik' -version = '7.3.4' +version = '7.3.5' description = 'Frontik is an asyncronous Tornado-based application server' authors = ['architecture '] repository = 'https://github.com/hhru/frontik'