Release version 1.5.0

This commit is contained in:
dgelessus 2019-10-22 10:17:07 +02:00
parent a5fb30e194
commit d342614f55
2 changed files with 3 additions and 3 deletions

View File

@ -174,8 +174,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
Changelog
---------
Version 1.4.1 (next version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 1.5.0
^^^^^^^^^^^^^
* Added stream-based decompression methods to the ``rsrcfork.compress`` module.

View File

@ -20,7 +20,7 @@
# * Add a new empty section for the next version to the README.rst changelog.
# * Commit and push the changes to master.
__version__ = "1.4.1.dev"
__version__ = "1.5.0"
__all__ = [
"Resource",