Update CHANGELOG, bump version

This commit is contained in:
Sander
2023-01-16 19:31:09 +02:00
parent d08156f193
commit 6ad2a3789d
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
### 2.0.0
- Move from aioredis to redis
### 1.0.7 ### 1.0.7
- Updated memcached support (removed asyncio.loop, removed coroutine decorator) - Updated memcached support (removed asyncio.loop, removed coroutine decorator)
+1 -1
View File
@@ -10,7 +10,7 @@
:license: BSD, see LICENSE for more details. :license: BSD, see LICENSE for more details.
""" """
__version__ = '1.0.7' __version__ = '2.0.0'
import os import os
+1 -1
View File
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
setup( setup(
name='Quart-Session', name='Quart-Session',
version='1.0.7', version='2.0.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.',