Skip to content

Commit

Permalink
bump version to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlibre committed Dec 19, 2019
1 parent d8fcaa6 commit a7914c6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
=============


Changes for version 0.5.0
=========================

Minor Changes
-------------

- Removed coverage.py html results. They are too big, and reveal device
specific information.




Changes for version 0.4.9
=========================

Expand Down
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,17 @@ After a user no longer considers a key useful, or wants to dissociate from the k
=============


Changes for version 0.5.0
=========================

Minor Changes
-------------

- Removed coverage.py html results. They are too big, and reveal device
specific information.




Changes for version 0.4.9
=========================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
setup(
name="tiny_gnupg",
license="GPLv3",
version="0.4.9",
version="0.5.0",
description=description,
long_description=long_description,
url="https://github.com/rmlibre/tiny_gnupg",
Expand Down
2 changes: 1 addition & 1 deletion tiny_gnupg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
# All rights reserved.
#

__version__ = "0.4.9"
__version__ = "0.5.0"

from .tiny_gnupg import GnuPG, run, __all__

0 comments on commit a7914c6

Please sign in to comment.