Skip to content

Commit

Permalink
Release 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Jan 23, 2022
1 parent 6839b4f commit a77f381
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,12 @@ API
Changelog
---------

0.8.2
#####

* Fixed compatibility with the latest flexmock
* Switched from nose to pytest

0.8.1
#####

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

0 comments on commit a77f381

Please sign in to comment.