15 lines
607 B
Python
15 lines
607 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'
|
|
# fix bug in _handle() function in processorResource.py
|
|
__version__ = '0.3.3'
|