Bump version to 1.0.3

This commit is contained in:
sander
2021-08-31 22:41:47 +02:00
parent cb9c6339e5
commit 38bf10d3d2
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -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
- Added support for arbitrary usage of caching backends.
+1 -1
View File
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details.
"""
__version__ = '1.0.2'
__version__ = '1.0.3'
import os
+1 -1
View File
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
setup(
name='Quart-Session',
version='1.0.2',
version='1.0.3',
url='https://github.com/sferdi0/quart-session',
license='BSD',
author='Sander',