Skip to content

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mng-dev-ai committed Oct 11, 2023
1 parent 9fa4e76 commit 5d084cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ History

0.1.8 (2023-10-11)
------------------
* add support for django 4.0 and python 3.10
* add support for django 4.0

0.1.9 (2023-10-11)
------------------
* add support for python 3.10
2 changes: 1 addition & 1 deletion drf_turbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__author__ = """Michael Gendy"""
__email__ = "nagymichel13@gmail.com"
__version__ = "0.1.8"
__version__ = "0.1.9"

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

0 comments on commit 5d084cc

Please sign in to comment.