We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98a6104 commit 2b7b1d6Copy full SHA for 2b7b1d6
bootstrapform_jinja/meta.py
@@ -1,4 +1,4 @@
1
from distutils.version import StrictVersion
2
3
# start from a fresh number 4 to identify jinja verison
4
-VERSION = StrictVersion('4.3.3')
+VERSION = StrictVersion('4.3.4')
setup.py
@@ -44,7 +44,7 @@
44
url='https://github.com/tutorcruncher/django-jinja-bootstrap-form',
45
license='BSD',
46
install_requires=[
47
- 'django>=3.1',
+ 'django>=3',
48
'django-jinja>=2.6.0',
49
],
50
packages=find_packages(),
0 commit comments