Skip to content

Commit

Permalink
Merge pull request #2 from dealertrack/release
Browse files Browse the repository at this point in the history
0.2.0 release and history notes
  • Loading branch information
miki725 committed Apr 26, 2017
2 parents 26dd374 + 160659a commit 28e4dea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
History
-------

0.2.0 (2017-04-26)
~~~~~~~~~~~~~~~~~~

* Added ``Step.urlconf`` attribute.
Allows to use other urlconfigs for running test step.
* Added ``Step.content_type`` attribute.
Allows to specify custom content types while submitting requests.
* Added ``Step.override_settings`` attribute.
Allows to override Django settings while making a request.
* Fixed some typos in docstrings.

0.1.0 (2017-03-22)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion subui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,5 +218,5 @@ def test_login_and_edit(self):


__author__ = 'Miroslav Shubernetskiy'
__version__ = '0.1.0'
__version__ = '0.2.0'
__description__ = 'Framework to make workflow server integration test suites'

0 comments on commit 28e4dea

Please sign in to comment.