From 6bb63ef0bb3638cf53d63a848e815dc5618f4140 Mon Sep 17 00:00:00 2001 From: Mitchel Cabuloy Date: Mon, 16 Jan 2017 19:21:20 +0800 Subject: [PATCH] Prepare release 0.4.1 --- HISTORY.rst | 4 ++-- behave_django/__init__.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index d39bff2..4ed60a1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,8 +1,8 @@ Release History --------------- -master -++++++ +0.4.1 (2017-01-16) +++++++++++++++++++ **Features and Improvements** diff --git a/behave_django/__init__.py b/behave_django/__init__.py index 299ba65..2300ed4 100644 --- a/behave_django/__init__.py +++ b/behave_django/__init__.py @@ -1,4 +1,4 @@ """Behave BDD integration for Django""" -__version__ = '0.4.0' +__version__ = '0.4.1' __license__ = 'MIT License' diff --git a/docs/conf.py b/docs/conf.py index 6684770..a1e63d5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.4.0' +version = '0.4.1' # The full version, including alpha/beta/rc tags. -release = '0.4.0' +release = '0.4.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.