Skip to content

Commit 0b82ed8

Browse files
committed
Release 3.2.1
1 parent 8c2491e commit 0b82ed8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
3.2.1
2+
3+
#737: TaggitSelect2: insure there's a comma when there's only one tag, or
4+
tag "Multi word" would end up as "Multi" and "word" by
5+
@Ixxy-Open-Source
6+
#743: Fix placeholder not working when URL is not given to autocomplete
7+
widget (#743) by @thauk-copperleaf
8+
#756: Forward Capabilities Outside Admin by @gagarski
9+
110
3.2.0
211

312
#745: Add list autocomplete by @dmosberger, @jpic and @thecardcheat

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
# The short X.Y version.
7272
version = u'3.2'
7373
# The full version, including alpha/beta/rc tags.
74-
release = u'3.2.0'
74+
release = u'3.2.1'
7575

7676
# The language for content autogenerated by Sphinx. Refer to documentation
7777
# 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.2.0',
15+
version='3.2.1',
1616
description='Fresh autocompletes for Django',
1717
author='James Pic',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)