Bump version to 1.2.1.dev

This commit is contained in:
dgelessus 2019-09-13 10:22:43 +02:00
parent fb5708e6b4
commit 752ec9e828
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.2.1 (next version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* (no changes yet)
Version 1.2.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.2.0"
__version__ = "1.2.1.dev"
__all__ = [
"Resource",