From db76e0eb2a9b96be7d60287f936d48f55710c150 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Thu, 23 Jun 2016 21:03:01 +0200 Subject: [PATCH] release 0.1.1 --- HISTORY.rst | 5 +++++ anthem/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b1b077a..bf4b26a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,11 @@ Release History --------------- +0.1.1 (2016-06-23) +++++++++++++++++++ + +- Fixed crash on non-editable install. + 0.1.0 (2016-06-23) ++++++++++++++++++ diff --git a/anthem/__init__.py b/anthem/__init__.py index d7c56c0..18c0aa1 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.0" +__version__ = "0.1.1"