Skip to content

Commit 2ef848b

Browse files
committed
Version bump 2.2.8 [ci skip]
1 parent ed907e2 commit 2ef848b

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2.2.8
2+
3+
#478, #472: "change related button" isn't clickable when it shouldn't.
4+
15
2.2.7
26

37
yourlabs/jquery-autocomplete-light#11: jqXHR.abort considered harmful,

autocomplete_light/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
default_app_config = 'autocomplete_light.apps.AutocompleteLightConfig'
1313

14-
__version__ = (2, 2, 7)
14+
__version__ = (2, 2, 8)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
# The short X.Y version.
7777
version = '2.2'
7878
# The full version, including alpha/beta/rc tags.
79-
release = '2.2.7'
79+
release = '2.2.8'
8080

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run(self):
4242

4343
setup(
4444
name='django-autocomplete-light',
45-
version='2.2.7',
45+
version='2.2.8',
4646
description='Fresh autocompletes for Django',
4747
author='James Pic',
4848
author_email='[email protected]',

0 commit comments

Comments
 (0)