Skip to content

Commit

Permalink
Merge branch 'release-0.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Aug 23, 2016
2 parents e72f321 + 7082b2c commit 2c6d466
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,4 @@ target/

# added by GitSavvy
/.python-version
.ropeproject/
9 changes: 9 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release History
---------------

0.4.0 (2016-08-23)
++++++++++++++++++

**Features and Improvements**

- Replace `optparse` with `argparse`
- Support Django 1.8 + 1.9 + 1.10


0.3.0 (2015-10-27)
++++++++++++++++++

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.4.0.dev'
__version__ = '0.4.0'
__license__ = 'MIT License'
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@

# General information about the project.
project = u'behave-django'
copyright = u'2015, Mitchel Cabuloy'
copyright = u'2016, Mitchel Cabuloy'
author = u'Mitchel Cabuloy'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = '0.3.0'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.0'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 2c6d466

Please sign in to comment.