Skip to content

Commit

Permalink
Merge pull request #19 from dealertrack/0.2.2
Browse files Browse the repository at this point in the history
bumping version to 0.2.2
  • Loading branch information
miki725 committed May 9, 2017
2 parents 2b4fc71 + fda2abb commit c8a362d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
History
-------

0.2.2 (2017-05-09)

* Added ``rounding`` parameter to ``RoundedDecimalField`` which allows to define rounding direction
when rounding value.

0.2.1 (2017-04-27)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion drf_braces/__init__.py
Expand Up @@ -4,4 +4,4 @@

__author__ = 'Miroslav Shubernetskiy'
__email__ = 'miroslav@miki725.com'
__version__ = '0.2.1'
__version__ = '0.2.2'

0 comments on commit c8a362d

Please sign in to comment.