Skip to content

Commit

Permalink
Bumping version and setting release date.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Lavin committed Apr 14, 2017
1 parent 7530e58 commit 4de4d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/releases.rst
Expand Up @@ -2,7 +2,7 @@ Release Notes
==================


v1.0.0 (Released TBD)
v1.0.0 (Released 2017-04-14)
--------------------------------------

This project has been stable for quite some time and finally declaring a 1.0 release. With
Expand Down
2 changes: 1 addition & 1 deletion selectable/__init__.py
@@ -1,6 +1,6 @@
"Auto-complete selection widgets using Django and jQuery UI."


__version__ = '1.0.0dev'
__version__ = '1.0.0'

default_app_config = 'selectable.apps.SelectableConfig'

0 comments on commit 4de4d91

Please sign in to comment.