Bump version to 1.0.3
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
### 1.0.3 2021-08-31
|
||||||
|
|
||||||
|
- Migrated to aioredis 2
|
||||||
|
- SameSite support https://github.com/sanderfoobar/quart-session/commit/8daae3a6734e8f7da13954d5a1a5da8f5fc5a49a
|
||||||
|
- Memcached stuff https://github.com/filak/quart-session/commit/004871c495a069784e57e604b69f65af1b7e645a
|
||||||
|
|
||||||
### 1.0.0 2020-01-15
|
### 1.0.0 2020-01-15
|
||||||
|
|
||||||
- Added support for arbitrary usage of caching backends.
|
- Added support for arbitrary usage of caching backends.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
:license: BSD, see LICENSE for more details.
|
:license: BSD, see LICENSE for more details.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '1.0.2'
|
__version__ = '1.0.3'
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Quart-Session',
|
name='Quart-Session',
|
||||||
version='1.0.2',
|
version='1.0.3',
|
||||||
url='https://github.com/sferdi0/quart-session',
|
url='https://github.com/sferdi0/quart-session',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
author='Sander',
|
author='Sander',
|
||||||
|
|||||||
Reference in New Issue
Block a user