From 2193c815180442520058e893090c398e8645f71b Mon Sep 17 00:00:00 2001 From: dgelessus Date: Wed, 4 Dec 2019 01:45:15 +0100 Subject: [PATCH] Bump version to 1.6.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 da0dd60..646fa3b 100644 --- a/README.rst +++ b/README.rst @@ -113,6 +113,11 @@ For technical info and documentation about resource files and resources, see the Changelog --------- +Version 1.6.1 (next version) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (no changes yet) + Version 1.6.0 ^^^^^^^^^^^^^ diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index f71711f..7145409 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.6.0" +__version__ = "1.6.1.dev" __all__ = [ "Resource",