From d342614f55956d8d311945f3d05482e5103d8d2a Mon Sep 17 00:00:00 2001 From: dgelessus Date: Tue, 22 Oct 2019 10:17:07 +0200 Subject: [PATCH] Release version 1.5.0 --- README.rst | 4 ++-- rsrcfork/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",