ahserver_g/ahserver/version.py
2022-06-23 23:21:27 +08:00

13 lines
523 B
Python

# apply a initial version for sqlor
#__version__ = '0.2.11'
# 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
__version__ = '0.3.0'
# fix bug in _handle() function in processorResource.py
__version__ = '0.3.1'
# fix bug in _handle() function in processorResource.py
__version__ = '0.3.2'