diff --git a/README.rst b/README.rst index 160566e..4fa090c 100644 --- a/README.rst +++ b/README.rst @@ -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. diff --git a/rsrcfork/__init__.py b/rsrcfork/__init__.py index 78e03b4..0b724c6 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.dev" +__version__ = "1.2.0" __all__ = [ "Resource",