Skip to content

Commit

Permalink
Merge pull request #14 from Mng-dev-ai/v0.1.6
Browse files Browse the repository at this point in the history
v0.1.6
  • Loading branch information
Mng-dev-ai authored May 29, 2022
2 parents 287e79c + 26d09df commit 8d7087e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,25 @@ History
* First release on PyPI.


0.2.0 (2021-11-11)
0.1.2 (2021-11-11)
------------------

* performance improvments


0.3.0 (2021-11-12)
0.1.3 (2021-11-12)
------------------

* fix override error messages


0.5.0 (2021-11-21)
0.1.5 (2021-11-21)
------------------

* fix get_attribute on related field issue

0.1.6 (2022-05-29)
------------------
* clean project
* drop support for renderers,parsers, and responses
* remove deprecated methods
2 changes: 1 addition & 1 deletion drf_turbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = """Michael Gendy"""
__email__ = 'mngback@gmail.com'
__version__ = '0.1.5'
__version__ = '0.1.6'

__all__ = [
'BaseSerializer',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
packages=find_packages(include=['drf_turbo', 'drf_turbo.*']),
test_suite='tests',
url='https://github.com/Mng-dev-ai/drf-turbo',
version='0.1.5',
version='0.1.6',
zip_safe=False,
ext_modules=cythonize(["drf_turbo/*.pyx"]),

Expand Down

0 comments on commit 8d7087e

Please sign in to comment.