From 3194565b6c487f246371624c76b928d52ac758b7 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 26 Dec 2023 16:46:15 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.rst | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 633ba80..dac122d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ Changes ======= -0.6.0 (YYYY-MM-DD) +0.6.0 (2023-12-26) ------------------ * Drop support for Python 3.5-3.7. diff --git a/setup.cfg b/setup.cfg index 1ef1bbd..70e3281 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index ae5f262..6c5b73a 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='andi', - version='0.5.0', + version='0.6.0', description='Library for annotation-based dependency injection', long_description=open('README.rst').read() + "\n\n" + open('CHANGES.rst').read(), long_description_content_type='text/x-rst',