diff --git a/HISTORY.rst b/HISTORY.rst index 7f34b8b..1ba3c19 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,13 +3,12 @@ Release History --------------- -Unreleased -++++++++++ +0.1.2 (2016-07-07) +++++++++++++++++++ - Add a lyric to create a xmlid - Add a lyric to create or update a record - 0.1.1 (2016-06-23) ++++++++++++++++++ diff --git a/anthem/__init__.py b/anthem/__init__.py index 18c0aa1..f413ced 100644 --- a/anthem/__init__.py +++ b/anthem/__init__.py @@ -2,4 +2,4 @@ # Copyright 2016 Camptocamp SA # License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html) -__version__ = "0.1.1" +__version__ = "0.1.2"