1
0
mirror of https://github.com/fraoustin/piwigotools.git synced 2025-06-07 16:06:27 +00:00

Merge branch 'develop'

This commit is contained in:
fraoustin 2016-04-17 10:04:48 +02:00
commit 2c445fbec0
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
0.1.1
=====
- correction of help for piwigotools.main
0.1.0 0.1.0
===== =====

View File

@ -5,7 +5,7 @@
Module piwigotools Module piwigotools
""" """
__version_info__ = (0, 1, 0) __version_info__ = (0, 1, 1)
__version__ = '.'.join([str(val) for val in __version_info__]) __version__ = '.'.join([str(val) for val in __version_info__])
import inspect import inspect

View File

@ -20,7 +20,8 @@ USAGE = """piwigo verb --param1=value1 --param2=value2
verb list verb list
- upload - upload
- download - download
- sync - sync-up
- sync-down
- ws - ws
to get help: piwigo verb --help to get help: piwigo verb --help