Skip to content

Commit

Permalink
Release 0.8.1 (with bumped setup.py version)
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jul 16, 2021
1 parent 181a18a commit 20d031f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ API
Changelog
---------

0.8.0
0.8.1
#####

* SQLAlchemy 1.4+ compat fix included (missing `_join_entities` attribute)
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.7.0',
version='0.8.1',
description='Flask-SQLAlchemy - Whoosh Integration',
long_description=__doc__,
keywords='flask, sqlalchemy, whoosh',
Expand Down

0 comments on commit 20d031f

Please sign in to comment.