Skip to content

Commit 2dfe0ce

Browse files
committed
Release 3.1.3 [ci skip]
1 parent 06886f1 commit 2dfe0ce

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
3.1.3 #640: Bugfix: Taggit select2 widget in invalid forms
2+
13
3.1.2
24

35
- #634: Select2 Upgrade

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = u'3.1'
7474
# The full version, including alpha/beta/rc tags.
75-
release = u'3.1.2'
75+
release = u'3.1.3'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def read(fname):
1212

1313
setup(
1414
name='django-autocomplete-light',
15-
version='3.1.2',
15+
version='3.1.3',
1616
description='Fresh autocompletes for Django',
1717
author='James Pic',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)