From 38dafa86877a8921a1d57fef65346893fe3d5a30 Mon Sep 17 00:00:00 2001 From: Mitchel Cabuloy Date: Tue, 27 Oct 2015 12:26:52 +0800 Subject: [PATCH 1/2] Update HISTORY.rst for 0.3.0 --- HISTORY.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 4c29a9d..debd2e6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,14 @@ Release History --------------- +0.3.0 (2015-10-27) +++++++++++++++++++ + +**Features and Improvements** + +- Added the :code:`--keepdb` flag to reuse the existing test database instead of recreating it for every test run. (Django >= 1.8 only) +- Overhaul tests to use Tox and pytest for a better testing experience. + 0.2.3 (2015-08-21) ++++++++++++++++++ From b352ca84866d2a2f8c0e93f078488c668dfb44b0 Mon Sep 17 00:00:00 2001 From: Mitchel Cabuloy Date: Tue, 27 Oct 2015 12:34:36 +0800 Subject: [PATCH 2/2] Bump version to 0.3.0 --- behave_django/__init__.py | 2 +- docs/conf.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/behave_django/__init__.py b/behave_django/__init__.py index c1e3777..d23587a 100644 --- a/behave_django/__init__.py +++ b/behave_django/__init__.py @@ -1,4 +1,4 @@ """Behave BDD integration for Django""" -__version__ = '0.2.3' +__version__ = '0.3.0' __license__ = 'MIT License' diff --git a/docs/conf.py b/docs/conf.py index aef9fde..cc27939 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.2.3' +version = '0.3.0' # The full version, including alpha/beta/rc tags. -release = '0.2.3' +release = '0.3.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.