Skip to content

Commit f2005d3

Browse files
committed
add django >= 3.2, < 4.3 as required dependency
1 parent 17535c7 commit f2005d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

forms_builder/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.1"
1+
__version__ = "0.17.2"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
install_requires=[
5454
"sphinx-me >= 0.1.2",
5555
"unidecode",
56-
"django >= 3.2, < 4.0",
56+
"django >= 3.2, < 4.3",
5757
],
5858
classifiers=[
5959
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)