From 752ec9e828e132c48bb64c161e8509d1103a0a7a Mon Sep 17 00:00:00 2001 From: dgelessus Date: Fri, 13 Sep 2019 10:22:43 +0200 Subject: [PATCH] Bump version to 1.2.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 4fa090c..a730605 100644 --- a/README.rst +++ b/README.rst @@ -127,6 +127,11 @@ If these links are no longer functional, some are archived in the `Internet Arch Changelog --------- +Version 1.2.1 (next version) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (no changes yet) + Version 1.2.0 ^^^^^^^^^^^^^ diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 0b724c6..3d86f99 100644 --- a/rsrcfork/__init__.py +++ b/rsrcfork/__init__.py @@ -1,6 +1,6 @@ """A pure Python, cross-platform library/tool for reading Macintosh resource data, as stored in resource forks and ``.rsrc`` files.""" -__version__ = "1.2.0" +__version__ = "1.2.1.dev" __all__ = [ "Resource",