Skip to content

Commit

Permalink
Merge branch 'release-0.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
mixxorz committed Aug 21, 2015
2 parents d83a3b3 + 1291628 commit 5d729a3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
---------------

0.2.3 (2015-08-21)
++++++++++++++++++

**Bugfixes**

- Fixed bug where some behave commands do not work

0.2.2 (2015-07-13)
++++++++++++++++++

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.2'
__version__ = '0.2.3'
__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.2'
version = '0.2.3'
# The full version, including alpha/beta/rc tags.
release = '0.2.2'
release = '0.2.3'

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

0 comments on commit 5d729a3

Please sign in to comment.