Skip to content

Commit ad46a07

Browse files
committed
uprev
1 parent ff65d37 commit ad46a07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Port of [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form
1010

1111
Twitter Bootstrap for Django Forms.
1212

13+
**django-jinja-bootstrap-form** has been used in production for 6 months and is stable.
14+
1315
Supports Django 1.7, 1.8. Python 2.7, >=3.3.
1416

1517
See [django-bootstrap-form](https://github.com/tzangms/django-bootstrap-form) for documentation. Usage should

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.0.3')
4+
VERSION = StrictVersion('4.1.0')

0 commit comments

Comments
 (0)