Skip to content

Commit bf01d30

Browse files
committed
Version bump 3.1.6 [ci skip]
1 parent 0889c9d commit bf01d30

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.1.6
2+
3+
#671: Create_field support with querysetsequence
4+
#679: Allow create message translation by @maisim
5+
#682: Extend 'forward' attribute to creating objects as well by @toudi
6+
#666: Improved missing 'created_field' error by @guettli
7+
#670: Javascript loading documentation
8+
#678: Added example to update autocompletes in JS
9+
110
3.1.5
211

312
#661: Field forwarding: support form prefix, and formsets at the same time.

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.5'
75+
release = u'3.1.6'
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.5',
15+
version='3.1.6',
1616
description='Fresh autocompletes for Django',
1717
author='James Pic',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)