Skip to content

Commit

Permalink
Version bump 2.0.0a15
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 28, 2014
1 parent 72d906a commit b089902
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.0.0a15:

- Honor Meta.widgets,
- Added .modern-style class for autocomplete widget,

2.0.0a14: Added missing extensions to MANIFEST

2.0.0a13: Fix #244: Added ajax loading in input.autocomplete.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.0.0a14'
release = '2.0.0a15'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run(self):

setup(
name='django-autocomplete-light',
version='2.0.0a14',
version='2.0.0a15',
description='Fresh autocompletes for Django',
author='James Pic',
author_email='[email protected]',
Expand Down

0 comments on commit b089902

Please sign in to comment.