Skip to content

Commit fd3e781

Browse files
committed
version
1 parent d9312c2 commit fd3e781

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

demo.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -478,16 +478,14 @@ def main_demo_buffered_log():
478478

479479

480480
if __name__ == '__main__':
481-
main_demo_buffered_log()
482-
raise
483-
484481
main_redis()
485482
main_scheduler()
486483
main_demo()
487484
main_demo_custom_log()
488485
main_demo_json_log()
489486
main_demo_orjson_log()
490-
#
487+
main_demo_buffered_log()
488+
491489
try:
492490
main_memcached()
493491
except Exception as e:

fastapi_plugins/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# -*- coding: utf-8 -*-
33
# fastapi_plugins.version
44

5-
VERSION = (0, 13, 2)
5+
VERSION = (0, 14, 0)
66

77
__version__ = '.'.join(str(x) for x in VERSION)

0 commit comments

Comments
 (0)