From c649905e6920280ef4fd2edda5034a2ae17f541e Mon Sep 17 00:00:00 2001 From: Georg K Date: Wed, 30 Mar 2022 19:55:32 +0300 Subject: [PATCH] fix:use fixed branch --- .gitlab-ci.yml | 2 +- aiohttp_pydantic/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82fef17..216f3a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,4 +8,4 @@ publish-pypi: - pip install -U setuptools wheel pip; pip install invoke - invoke upload --pypi-user ${PYPI_REPO_USER} --pypi-password ${PYPI_REPO_PASSWORD} --pypi-url ${PYPI_REPO_URL} only: - - tags + - fixed diff --git a/aiohttp_pydantic/__init__.py b/aiohttp_pydantic/__init__.py index 32cb00b..8ddc014 100644 --- a/aiohttp_pydantic/__init__.py +++ b/aiohttp_pydantic/__init__.py @@ -1,5 +1,5 @@ from .view import PydanticView -__version__ = "2.12.1" +__version__ = "1.12.1-dev4" __all__ = ("PydanticView", "__version__")