Skip to content

Commit

Permalink
Version bump 2.0.0a12
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Jan 23, 2014
1 parent c47f3c0 commit d823433
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.0.0a12: !! BC BREAK !! Renamed input_attrs to attrs to be consistent
with django.

2.0.0a11:

- #241 IE11 compatibility fix on text autocomplete contributed by Jonathan
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.0a11'
release = '2.0.0a12'

# 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.0a11',
version='2.0.0a12',
description='Fresh autocompletes for Django',
author='James Pic',
author_email='[email protected]',
Expand Down

0 comments on commit d823433

Please sign in to comment.