Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkabrda committed Dec 14, 2016
1 parent 563b8c4 commit 5d041d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0'
version = u'0.4.1'
# The full version, including alpha/beta/rc tags.
release = u'0.4.0'
release = u'0.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ API
Changelog
---------

development version
###################
0.4.1
#####

* SQLAlchemy's aliased entities are now recognized by ``whooshee_search``.
* Added support for ``RamStorage``. Can be enabled by setting
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.0'
__version__ = '0.4.1'


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.0',
version='0.4.1',
description='Flask-SQLAlchemy - Whoosh Integration',
long_description=__doc__,
keywords='flask, sqlalchemy, whoosh',
Expand Down

0 comments on commit 5d041d4

Please sign in to comment.