We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9312c2 commit fd3e781Copy full SHA for fd3e781
demo.py
@@ -478,16 +478,14 @@ def main_demo_buffered_log():
478
479
480
if __name__ == '__main__':
481
- main_demo_buffered_log()
482
- raise
483
-
484
main_redis()
485
main_scheduler()
486
main_demo()
487
main_demo_custom_log()
488
main_demo_json_log()
489
main_demo_orjson_log()
490
- #
+ main_demo_buffered_log()
+
491
try:
492
main_memcached()
493
except Exception as e:
fastapi_plugins/version.py
@@ -2,6 +2,6 @@
2
# -*- coding: utf-8 -*-
3
# fastapi_plugins.version
4
5
-VERSION = (0, 13, 2)
+VERSION = (0, 14, 0)
6
7
__version__ = '.'.join(str(x) for x in VERSION)
0 commit comments