From 20991154d3621c22e428f700410b4ec5a67f3353 Mon Sep 17 00:00:00 2001 From: dgelessus Date: Mon, 16 Sep 2019 16:46:17 +0200 Subject: [PATCH] Bump version to 1.3.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 e97dee7..f1c41ec 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.3.1 (next version) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* (no changes yet) + Version 1.3.0 ^^^^^^^^^^^^^ diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index a0abd48..a51fff4 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.3.0" +__version__ = "1.3.1.dev" __all__ = [ "Resource",