Bump version
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
### 1.0.7
|
||||||
|
|
||||||
|
- Updated memcached support (removed asyncio.loop, removed coroutine decorator)
|
||||||
|
|
||||||
### 1.0.6
|
### 1.0.6
|
||||||
|
|
||||||
- MongoDB support
|
- MongoDB support
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '1.0.6'
|
__version__ = '1.0.7'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Quart-Session',
|
name='Quart-Session',
|
||||||
version='1.0.6',
|
version='1.0.7',
|
||||||
url='https://github.com/kroketio/quart-session',
|
url='https://github.com/kroketio/quart-session',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Kroket Ltd.',
|
author='Kroket Ltd.',
|
||||||
|
|||||||
Reference in New Issue
Block a user