From 4bbf2f7c148fea17111fd1920a453d1899a2e0de Mon Sep 17 00:00:00 2001 From: dgelessus Date: Sat, 18 Jul 2020 17:47:48 +0200 Subject: [PATCH] Bump version to 1.8.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 5e034c3..f3cf8ae 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.8.1 (next version) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (no changes yet) + Version 1.8.0 ^^^^^^^^^^^^^ diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 0685811..aee3107 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.8.0" +__version__ = "1.8.1.dev" __all__ = [ "Resource",