Bump version to 1.3.1.dev

This commit is contained in:
dgelessus 2019-09-16 16:46:17 +02:00
parent 7207b1d32b
commit 20991154d3
2 changed files with 6 additions and 1 deletions

View File

@ -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
^^^^^^^^^^^^^

View File

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