ahserver_g/ahserver/version.py

15 lines
607 B
Python
Raw Normal View History

2022-06-22 16:57:41 +08:00
# apply a initial version for sqlor
#__version__ = '0.2.11'
2022-06-23 14:58:03 +08:00
# fixed bug in processorResource.py, delete import _WebHandler from aiohttp.web_urldispatcher
# __version__ = '0.2.12'
# fixed bug in restful.py delete import _WebHandler from aiohttp. web_urldispatcher
# __version__ = '0.2.13'
# use AppLogger in appPublic.app_logger to output log
2022-06-23 23:31:00 +08:00
# __version__ = '0.3.0'
2022-06-23 23:21:27 +08:00
# fix bug in _handle() function in processorResource.py
2022-06-23 23:31:00 +08:00
# __version__ = '0.3.1'
2022-06-23 23:21:27 +08:00
# fix bug in _handle() function in processorResource.py
2022-06-23 23:31:00 +08:00
# __version__ = '0.3.2'
# fix bug in _handle() function in processorResource.py
__version__ = '0.3.3'