Skip to content

Commit

Permalink
Release version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Aug 7, 2017
1 parent ecb7697 commit 8bda1dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.4.1'
version = u'0.5.0'
# The full version, including alpha/beta/rc tags.
release = u'0.4.1'
release = u'0.5.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 flask_whooshee.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
DELETE_KWD = 'delete'


__version__ = '0.4.1'
__version__ = '0.5.0'


def _get_app(obj):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Entry(db.Model):

setup(
name='flask-whooshee',
version='0.4.1',
version='0.5.0',
description='Flask-SQLAlchemy - Whoosh Integration',
long_description=__doc__,
keywords='flask, sqlalchemy, whoosh',
Expand Down

0 comments on commit 8bda1dd

Please sign in to comment.