From 14c30837892ff94ec17b99ca087cf2b79a6ee7a8 Mon Sep 17 00:00:00 2001 From: Mng <50384638+Mng-dev-ai@users.noreply.github.com> Date: Wed, 11 Oct 2023 04:00:28 +0300 Subject: [PATCH] v0.1.8 --- HISTORY.rst | 6 +++++- drf_turbo/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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(