-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix outdated URLs * Bump version number to 0.9.1
- Loading branch information
Showing
7 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<h3>Useful Links</h3> | ||
<ul> | ||
<li><a href="https://github.com/bkabrda/flask-whooshee">Flask-Whooshee @ GitHub</a></li> | ||
<li><a href="https://github.com/fedora-copr/flask-whooshee">Flask-Whooshee @ GitHub</a></li> | ||
<li><a href="https://pypi.python.org/pypi/flask-whooshee">Flask-Whooshee @ PyPI</a></li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
DELETE_KWD = 'delete' | ||
|
||
|
||
__version__ = '0.9.0' | ||
__version__ = '0.9.1' | ||
|
||
|
||
def _get_app(obj): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,8 +51,8 @@ class Entry(db.Model): | |
````` | ||
* `Documentation <https://flask-whooshee.readthedocs.io>`_ | ||
* `Source Code <https://github.com/bkabrda/flask-whooshee>`_ | ||
* `Issues <https://github.com/bkabrda/flask-whooshee/issues>`_ | ||
* `Source Code <https://github.com/fedora-copr/flask-whooshee>`_ | ||
* `Issues <https://github.com/fedora-copr/flask-whooshee/issues>`_ | ||
""" | ||
from setuptools import setup | ||
from flask_whooshee import __version__ | ||
|
@@ -66,7 +66,7 @@ class Entry(db.Model): | |
keywords='flask, sqlalchemy, whoosh', | ||
author='Bohuslav "Slavek" Kabrda', | ||
author_email='[email protected]', | ||
url='https://github.com/bkabrda/flask-whooshee', | ||
url='https://github.com/fedora-copr/flask-whooshee', | ||
license='BSD-3-Clause', | ||
py_modules=['flask_whooshee'], | ||
test_suite='test', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters