Release 0.2
This commit is contained in:
parent
a6b032e4ad
commit
ce14b595c8
|
@ -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.
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user