From cb868b8005192f15ceea147b4ada5f442292f417 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sun, 29 Sep 2019 19:27:43 +0200 Subject: [PATCH] Bump version to 1.4.1.dev --- README.rst | 5 +++++ rsrcfork/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 4fd250e..34906b3 100644 --- a/README.rst +++ b/README.rst @@ -174,6 +174,11 @@ If these links are no longer functional, some are archived in the `Internet Arch Changelog --------- +Version 1.4.1 (next version) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (no changes yet) + Version 1.4.0 ^^^^^^^^^^^^^ diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 45fcdd6..2434e19 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.0" +__version__ = "1.4.1.dev" __all__ = [ "Resource",