diff --git a/HISTORY.rst b/HISTORY.rst index 93716e5..1a6a9b3 100755 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -34,4 +34,8 @@ History 0.1.7 (2023-08-19) ------------------ * pin requirements -* use c extensions \ No newline at end of file +* use c extensions + +0.1.8 (2023-10-11) +------------------ +* add support for django 4.0 and python 3.10 \ No newline at end of file diff --git a/drf_turbo/__init__.py b/drf_turbo/__init__.py index 8f50242..51a564d 100755 --- a/drf_turbo/__init__.py +++ b/drf_turbo/__init__.py @@ -12,7 +12,7 @@ __author__ = """Michael Gendy""" __email__ = "nagymichel13@gmail.com" -__version__ = "0.1.7" +__version__ = "0.1.8" __all__ = [ "BaseSerializer", diff --git a/setup.py b/setup.py index a6e09ba..60f00a5 100755 --- a/setup.py +++ b/setup.py @@ -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.7", + version="0.1.8", zip_safe=False, ext_modules=[ Extension(