Skip to content

Commit

Permalink
Version bump 2.2.0 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jun 2, 2015
1 parent a57646d commit 25ba6f1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
@@ -1,3 +1,11 @@
2.2.0

- #318: Remove extra spaces rendered in choices.
- #438: Hide autocomplete on scroll in Firefox because it bugs (temp fix).
- #432: New bootstrap_modal test_app by @lucky-user.
- #118: Extracted JS into a standalone jquery-plugin:
https://github.com/yourlabs/jquery-autocomplete-light

2.2.0rc8

- #408: Django admin's new edit link was implemented in such a way that
Expand Down
2 changes: 1 addition & 1 deletion autocomplete_light/__init__.py
Expand Up @@ -11,4 +11,4 @@

default_app_config = 'autocomplete_light.apps.AutocompleteLightConfig'

__version__ = (2, 2, 0, 'rc8')
__version__ = (2, 2, 0)
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -76,7 +76,7 @@
# The short X.Y version.
version = '2.2'
# The full version, including alpha/beta/rc tags.
release = '2.2.0rc8'
release = '2.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def run(self):

setup(
name='django-autocomplete-light',
version='2.2.0rc8',
version='2.2.0',
description='Fresh autocompletes for Django',
author='James Pic',
author_email='jamespic@gmail.com',
Expand Down

0 comments on commit 25ba6f1

Please sign in to comment.