Skip to content

Commit

Permalink
Prepare for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Aug 10, 2015
1 parent a9e7057 commit 59be125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
History
-------

0.2.0 (2015-XX-XX)
------------------
0.2.0 (2015-08-10)
++++++++++++++++++

* Added `is_gift` and `has_gift_message` to `order` input dictionary
* Added ``is_gift`` and ``has_gift_message`` to `order` input dictionary
validation.
* Request keys with ``None`` values are no longer validated or sent to the
web service.

0.1.0 (2015-06-29)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion minfraud/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Internal module for version (to prevent cyclic imports)"""
__version__ = '0.1.0'
__version__ = '0.2.0'

0 comments on commit 59be125

Please sign in to comment.