This commit is contained in:
nobody 2021-10-05 15:09:27 -07:00
parent 5e449445b3
commit a297ba266f
3 changed files with 3 additions and 2 deletions

View file

@ -17,7 +17,7 @@ use Zotlabs\Daemon\Run;
* @brief This file defines some global constants and includes the central App class.
*/
define ( 'STD_VERSION', '21.10.05' );
define ( 'STD_VERSION', '21.10.06' );
define ( 'ZOT_REVISION', '10.0' );
define ( 'DB_UPDATE_VERSION', 1252 );

View file

@ -16,7 +16,7 @@ sys.path.append(str(pathlib.Path(__file__).parent.resolve()) + '/py')
import easywebdav
import easywebdav.__version__ as easywebdavversion
__version__= "2021.10.05"
__version__= "2021.10.06"
SERVER = None
USER = None

View file

@ -110,6 +110,7 @@ to skip verification of ssl certs
Changelog
----------
2021.10.06 Add alternate configuration support and cmdline arg processing
2021.10.05 Add autocompletion
0.0.3 Convert to python3 and rename from zotsh to nsh