Actually implement a working NullSessionInterface, fixes pgjones/quart#105, bump version

This commit is contained in:
Sander
2020-07-08 17:07:58 +02:00
committed by sander
parent 51668878df
commit e136ab0101
3 changed files with 33 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ INSTALL_REQUIRES = [
setup(
name='Quart-Session',
version='1.0.0',
version='1.0.1',
url='https://github.com/sferdi0/quart-session',
license='BSD',
author='Sander',