Skip to content

Commit

Permalink
Bump version: 0.10.2 → 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shosca committed Nov 7, 2019
1 parent 1129a7a commit f7de546
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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]


Expand Down
2 changes: 1 addition & 1 deletion rest_witchcraft/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

__author__ = "Serkan Hosca"
__author_email__ = "[email protected]"
__version__ = "0.10.2"
__version__ = "0.10.3"
__description__ = "Django REST Framework and SQLAlchemy integration"

0 comments on commit f7de546

Please sign in to comment.