diff --git a/README.rst b/README.rst index 42d35bf..111a10f 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 2434e19..028896d 100644 --- a/rsrcfork/__init__.py +++ b/rsrcfork/__init__.py @@ -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",