Skip to content

Commit 4754502

Browse files
committed
Release 1.5.2
1 parent b3fcfb5 commit 4754502

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.1
2+
current_version = 1.5.2
33
commit = True
44
tag = True
55
message = Release {new_version}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as f:
55
long_description = f.read()
66

7-
package_version = '1.5.1'
7+
package_version = '1.5.2'
88

99
requirements = [
1010
'click==7.1.1',
@@ -44,7 +44,7 @@
4444
'packt-cli = packtPublishingFreeEbook:packt_cli',
4545
],
4646
},
47-
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.1.tar.gz',
47+
download_url='https://github.com/luk6xff/Packt-Publishing-Free-Learning/archive/v1.5.2.tar.gz',
4848
classifiers=[
4949
'Programming Language :: Python :: 3.5',
5050
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)