From 6f5d4504305ae143af0665275d6f1f5363980773 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Thu, 23 Jun 2016 16:31:20 +0200 Subject: [PATCH] release 0.1.0 --- HISTORY.rst | 2 +- anthem/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 47f3706..b1b077a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History --------------- -0.1.0 (unreleased) +0.1.0 (2016-06-23) ++++++++++++++++++ Initial release. diff --git a/anthem/__init__.py b/anthem/__init__.py index 3bc6307..d7c56c0 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.dev0" +__version__ = "0.1.0"