Skip to content

Commit

Permalink
Version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeamland committed Aug 21, 2012
1 parent 0816b07 commit 8401bf4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ Download from http://pypi.python.org/pypi/behave
Version History
---------------

Version 1.2.2 - August 21, 2012

* Fix for an error when an assertion message contains Unicode characters.
* Don't repr() the step text in snippets to avoid turning Unicode text into
backslash hell.

Version 1.2.1 - August 19, 2012

* Fixes for JSON output.
Expand Down
2 changes: 1 addition & 1 deletion behave/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.. _`api`: api.html
'''

__version__ = '1.2.1'
__version__ = '1.2.2'

from behave.step_registry import *
from behave.matchers import step_matcher
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='behave',
version='1.2.1',
version='1.2.2',
description='behave is behaviour-driven development, Python style',
long_description=description,
author='Benno Rice and Richard Jones',
Expand Down

0 comments on commit 8401bf4

Please sign in to comment.