diff --git a/HISTORY.rst b/HISTORY.rst index 2995f7b..ea328d0 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,8 +2,13 @@ Changelog ========= -0.10.2 (2019-10-31) +0.10.3 (2019-11-07) ----------------------------- +- Checking manifest with pre-commit (#55) [Miroslav Shubernetskiy] + + +0.10.2 (2019-10-31) +------------------- - Accounting for all expandable fields (#54) [Miroslav Shubernetskiy] diff --git a/rest_witchcraft/__version__.py b/rest_witchcraft/__version__.py index 003731b..b4dde58 100644 --- a/rest_witchcraft/__version__.py +++ b/rest_witchcraft/__version__.py @@ -3,5 +3,5 @@ __author__ = "Serkan Hosca" __author_email__ = "serkan@hosca.com" -__version__ = "0.10.2" +__version__ = "0.10.3" __description__ = "Django REST Framework and SQLAlchemy integration"