Release 0.2

This commit is contained in:
Marcel Hellkamp 2020-10-03 17:13:16 +02:00
parent a6b032e4ad
commit ce14b595c8
2 changed files with 10 additions and 1 deletions

View File

@ -94,3 +94,12 @@ or install two plugins with different ``keyword`` settings to the same applicati
@app.route('/cache/:item') @app.route('/cache/:item')
def cache(item, cache): def cache(item, cache):
... ...
Changelog
=========
* **0.2**
* Fixed `text_factory` parameter.
* Added `functions`, `aggregates`, `collations` and `extensions` parameters.
* Stopped testing for dead Python versions.

View File

@ -27,7 +27,7 @@ Usage Example::
''' '''
__author__ = "Marcel Hellkamp" __author__ = "Marcel Hellkamp"
__version__ = '0.1.3' __version__ = '0.2.0'
__license__ = 'MIT' __license__ = 'MIT'
### CUT HERE (see setup.py) ### CUT HERE (see setup.py)