From fda2abb852b0c28837240ec1d4df5fd8ca087546 Mon Sep 17 00:00:00 2001 From: Miroslav Shubernetskiy Date: Tue, 9 May 2017 10:28:34 -0400 Subject: [PATCH] bumping version to 0.2.2 --- HISTORY.rst | 5 +++++ drf_braces/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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'