bump version to 2.1.0
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
### 2.1.0
|
||||||
|
|
||||||
|
- `session_cookie_name` fix
|
||||||
|
|
||||||
### 2.0.0
|
### 2.0.0
|
||||||
|
|
||||||
- Move from aioredis to redis
|
- Move from aioredis to redis
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '2.0.0'
|
__version__ = '2.1.0'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Quart-Session',
|
name='Quart-Session',
|
||||||
version='2.0.0',
|
version='2.1.0',
|
||||||
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