Skip to content

Commit

Permalink
Merge branch 'release-0.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Oct 27, 2015
2 parents 301b9f7 + b352ca8 commit 7fa7bf8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion behave_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Behave BDD integration for Django"""

__version__ = '0.2.3'
__version__ = '0.3.0'
__license__ = 'MIT License'
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7fa7bf8

Please sign in to comment.