From 2f2472cfe94a371e3e32869a8032f79435a602e2 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 29 Sep 2019 19:20:37 +0200 Subject: [PATCH] Release version 1.4.0 --- README.rst | 4 ++-- rsrcfork/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index aaee64d..4fd250e 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.3.1 (next version) -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Version 1.4.0 +^^^^^^^^^^^^^ * Added ``length`` and ``length_raw`` attributes to ``Resource``. These attributes are equivalent to the ``len`` of ``data`` and ``data_raw`` respectively, but may be faster to access. diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index ac3f63b..45fcdd6 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.3.1.dev" +__version__ = "1.4.0" __all__ = [ "Resource",