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.
2 parents 022529c + 2b7b1d6 commit a235f6fCopy full SHA for a235f6f
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')
requirements.txt
@@ -1,5 +1,5 @@
black==19.10b0
coverage==5.3
-django==3.1.2
+django>=3
django-jinja==2.7.0
5
flake8==3.8.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