Skip to content

Commit a56d656

Browse files
authored
Merge pull request #23 from Mng-dev-ai/v0.1.8
v0.1.8
2 parents 8b09441 + 14c3083 commit a56d656

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ History
3434
0.1.7 (2023-08-19)
3535
------------------
3636
* pin requirements
37-
* use c extensions
37+
* use c extensions
38+
39+
0.1.8 (2023-10-11)
40+
------------------
41+
* add support for django 4.0 and python 3.10

drf_turbo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__author__ = """Michael Gendy"""
1414
__email__ = "[email protected]"
15-
__version__ = "0.1.7"
15+
__version__ = "0.1.8"
1616

1717
__all__ = [
1818
"BaseSerializer",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
packages=find_packages(include=["drf_turbo", "drf_turbo.*"]),
3737
test_suite="tests",
3838
url="https://github.com/Mng-dev-ai/drf-turbo",
39-
version="0.1.7",
39+
version="0.1.8",
4040
zip_safe=False,
4141
ext_modules=[
4242
Extension(

0 commit comments

Comments
 (0)