From b39fba9794455a31ccb2408e294889d382997ac9 Mon Sep 17 00:00:00 2001 From: Julien Hartmann Date: Wed, 29 Apr 2015 18:01:47 +0200 Subject: [PATCH] Publish version 1.2.1 --- docs/conf.py | 2 +- docs/public/release_notes.rst | 6 ++++-- hvad/__init__.py | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 59da346d..d991721b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ copyright = u'2011-2015, Kristian Øllegaard, Jonas Obrist & contributors' version = '1.2' -release = '1.2.0' +release = '1.2.1' # The name of the Pygments (syntax highlighting) style to use. diff --git a/docs/public/release_notes.rst b/docs/public/release_notes.rst index 7d1bff7a..1a27821f 100644 --- a/docs/public/release_notes.rst +++ b/docs/public/release_notes.rst @@ -5,9 +5,11 @@ Release Notes .. release 1.2.1 ***************************** -1.2.1 - upcoming release +1.2.1 - current release ***************************** +Released on April 29, 2015 + Fixes: - Make passing the ``model`` argument to queryset's ``__init__`` optional. Still @@ -16,7 +18,7 @@ Fixes: .. release 1.2.0 ***************************** -1.2.0 - current release +1.2.0 ***************************** Released on March 19, 2015 diff --git a/hvad/__init__.py b/hvad/__init__.py index d099de20..25b9134c 100644 --- a/hvad/__init__.py +++ b/hvad/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.2.0' -VERSION = (1, 2, 0) +__version__ = '1.2.1' +VERSION = (1, 2, 1)