From aa2eea5daf43367557cfd02253d96cbdc4debec7 Mon Sep 17 00:00:00 2001 From: HH ReleaseBot Date: Thu, 30 May 2024 13:06:43 +0300 Subject: [PATCH] release 8.0.4 [l.vinogradov@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 1cc3d6424..cd72b6325 100644 --- a/.hh-release.yaml +++ b/.hh-release.yaml @@ -1,4 +1,4 @@ -version: 8.0.3 +version: 8.0.4 docker_context: . build_docker_file: docker/Dockerfile.building build_method: pytest_run diff --git a/frontik/version.py b/frontik/version.py index 6e24e34d9..fdb2d571f 100644 --- a/frontik/version.py +++ b/frontik/version.py @@ -1 +1 @@ -version = '8.0.3' +version = '8.0.4' diff --git a/pyproject.toml b/pyproject.toml index e2b3542d4..7d9c78c65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'poetry.core.masonry.api' [tool.poetry] name = 'frontik' -version = '8.0.3' +version = '8.0.4' description = 'Frontik is an asyncronous Tornado-based application server' authors = ['platform '] repository = 'https://github.com/hhru/frontik'