From 34c24f38123a5752ff69966b4de8e394057b9704 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Tue, 12 Feb 2013 12:58:34 +0100 Subject: [PATCH] version bump to 0.6 --- acrylamid/__init__.py | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/acrylamid/__init__.py b/acrylamid/__init__.py index 4dd767c0..4430f0bd 100644 --- a/acrylamid/__init__.py +++ b/acrylamid/__init__.py @@ -16,7 +16,7 @@ # those of the authors and should not be interpreted as representing official # policies, either expressed or implied, of Martin Zimmermann . -__version__ = '0.5.1' +__version__ = '0.6.0' __author__ = 'Martin Zimmermann ' __url__ = 'https://github.com/posativ/acrylamid/' diff --git a/docs/conf.py b/docs/conf.py index c286f5ee..ed0ec222 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,10 +20,10 @@ # General information about the project. project = u'Acrylamid' -copyright = u'2012, posativ' +copyright = u'2013, posativ' -version = '0.5' -release = '0.5.1' +version = '0.6' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.