apppublic/appPublic/version.py

13 lines
445 B
Python
Raw Normal View History

2022-06-24 00:49:00 +08:00
# initial version
# __version__ = '5.1.12'
# add country name Chinese English convert functions
2022-06-28 20:06:59 +08:00
# __version__ = '5.1.13'
# replace cryptography with rsa module, because ONLY using rsa modulde in cryptography and cryptography not easy to compile for ios
2022-06-28 20:39:59 +08:00
# __version__ = '5.1.14'
2022-06-28 20:31:47 +08:00
# keep 5.1.14 version's change
2022-06-28 20:39:59 +08:00
# __version__ = '5.1.15'
# keep 5.1.14 version's change
2022-08-10 13:54:26 +08:00
# __version__ = '5.1.16'
# add ssh port forward function
__version__ = '5.1.17'