Release version 1.2.0

This commit is contained in:
dgelessus 2019-09-13 10:05:16 +02:00
parent 5bcc3f02d7
commit fb5708e6b4
2 changed files with 3 additions and 3 deletions

View File

@ -127,8 +127,8 @@ If these links are no longer functional, some are archived in the `Internet Arch
Changelog
---------
Version 1.2.0 (next version)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Version 1.2.0
^^^^^^^^^^^^^
* Added support for compressed resources.

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.dev"
__version__ = "1.2.0"
__all__ = [
"Resource",