File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ 2.2.8
2+
3+ #478, #472: "change related button" isn't clickable when it shouldn't.
4+
152.2.7
26
37 yourlabs/jquery-autocomplete-light#11: jqXHR.abort considered harmful,
Original file line number Diff line number Diff line change 1111
1212default_app_config = 'autocomplete_light.apps.AutocompleteLightConfig'
1313
14- __version__ = (2 , 2 , 7 )
14+ __version__ = (2 , 2 , 8 )
Original file line number Diff line number Diff line change 7676# The short X.Y version.
7777version = '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.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def run(self):
4242
4343setup (
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
You can’t perform that action at this time.
0 commit comments