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 06886f1 commit 2dfe0ceCopy full SHA for 2dfe0ce
CHANGELOG
@@ -1,3 +1,5 @@
1
+3.1.3 #640: Bugfix: Taggit select2 widget in invalid forms
2
+
3
3.1.2
4
5
- #634: Select2 Upgrade
docs/conf.py
@@ -72,7 +72,7 @@
72
# The short X.Y version.
73
version = u'3.1'
74
# The full version, including alpha/beta/rc tags.
75
-release = u'3.1.2'
+release = u'3.1.3'
76
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
# for a list of supported languages.
setup.py
@@ -12,7 +12,7 @@ def read(fname):
12
13
setup(
14
name='django-autocomplete-light',
15
- version='3.1.2',
+ version='3.1.3',
16
description='Fresh autocompletes for Django',
17
author='James Pic',
18
author_email='[email protected]',
0 commit comments