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",