From ae57afda5cc99616d8a6f388cffbf0ec23f59c6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Barrois?= Date: Fri, 18 May 2012 01:22:12 +0200 Subject: Release v1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- doc/changelog.rst | 4 ++-- src/semantic_version/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index e3e94e7..5347d28 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,7 +1,7 @@ ChangeLog ========= -1.1.0 (current) +1.1.0 (18/05/2012) ------------------ *New:* @@ -11,7 +11,7 @@ ChangeLog * :class:`~semantic_version.SpecList` class combining many :class:`~semantic_version.Spec` * Add :class:`~semantic_version.django_fields.SpecListField` to store a :class:`~semantic_version.SpecList`. -1.0.0 (18/05/2012) +1.0.0 (17/05/2012) ------------------ First public release. diff --git a/src/semantic_version/__init__.py b/src/semantic_version/__init__.py index 66959fc..336a9c8 100644 --- a/src/semantic_version/__init__.py +++ b/src/semantic_version/__init__.py @@ -2,7 +2,7 @@ # Copyright (c) 2012 Raphaël Barrois -__version__ = '1.1.0-rc' +__version__ = '1.1.0' from .base import compare, match, Version, Spec, SpecList -- cgit v1.2.1