diff --git a/HISTORY.rst b/HISTORY.rst index 332b639..5b2a522 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -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) ~~~~~~~~~~~~~~~~~~ diff --git a/drf_braces/__init__.py b/drf_braces/__init__.py index b2ec3c0..1c2723b 100755 --- a/drf_braces/__init__.py +++ b/drf_braces/__init__.py @@ -4,4 +4,4 @@ __author__ = 'Miroslav Shubernetskiy' __email__ = 'miroslav@miki725.com' -__version__ = '0.2.1' +__version__ = '0.2.2'