From 475450265e959d161494480b51f0f9f6dacc1969 Mon Sep 17 00:00:00 2001 From: Marcin Jenczmyk Date: Tue, 28 Apr 2020 20:48:45 +0200 Subject: [PATCH] Release 1.5.2 --- .bumpversion.cfg | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d91d9ac..fbbff3c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.5.1 +current_version = 1.5.2 commit = True tag = True message = Release {new_version} diff --git a/setup.py b/setup.py index d2fb3fc..e728d28 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f: long_description = f.read() -package_version = '1.5.1' +package_version = '1.5.2' requirements = [ 'click==7.1.1', @@ -44,7 +44,7 @@ 'packt-cli = packtPublishingFreeEbook:packt_cli', ], }, - download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.1.tar.gz', + download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.2.tar.gz', classifiers=[ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6',