Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Nov 11, 2019
1 parent 175e7ae commit cbfb0c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 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 = 0.5.1
current_version = 0.5.2
commit = True
tag = True
message = Release {new_version}
Expand Down
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

0.5.2 (2019-11-11)
~~~~~~~~~~~~~~~~~~~

- Adds Python 3.8 compatibility.
[href]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def get_long_description():

setup(
name='libres',
version='0.5.1',
version='0.5.2',
url='http://github.com/seantis/libres/',
license='BSD',
author='Denis Krienbühl',
Expand Down

0 comments on commit cbfb0c1

Please sign in to comment.