Skip to content

Commit 2b7b1d6

Browse files
committed
update version
1 parent 98a6104 commit 2b7b1d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrapform_jinja/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from distutils.version import StrictVersion
22

33
# start from a fresh number 4 to identify jinja verison
4-
VERSION = StrictVersion('4.3.3')
4+
VERSION = StrictVersion('4.3.4')

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
url='https://github.com/tutorcruncher/django-jinja-bootstrap-form',
4545
license='BSD',
4646
install_requires=[
47-
'django>=3.1',
47+
'django>=3',
4848
'django-jinja>=2.6.0',
4949
],
5050
packages=find_packages(),

0 commit comments

Comments
 (0)