Skip to content

Commit d342614

Browse files
committed
Release version 1.5.0
1 parent a5fb30e commit d342614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
174174
Changelog
175175
---------
176176

177-
Version 1.4.1 (next version)
178-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
177+
Version 1.5.0
178+
^^^^^^^^^^^^^
179179

180180
* Added stream-based decompression methods to the ``rsrcfork.compress`` module.
181181

rsrcfork/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# * Add a new empty section for the next version to the README.rst changelog.
2121
# * Commit and push the changes to master.
2222

23-
__version__ = "1.4.1.dev"
23+
__version__ = "1.5.0"
2424

2525
__all__ = [
2626
"Resource",

0 commit comments

Comments
 (0)