Skip to content

Commit

Permalink
Release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mjenczmyk committed Apr 28, 2020
1 parent b3fcfb5 commit 4754502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.5.1
current_version = 1.5.2
commit = True
tag = True
message = Release {new_version}
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 4754502

Please sign in to comment.