diff --git a/CHANGES.rst b/CHANGES.rst index 2a4ca7b..63f2036 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +0.1.0 +===== + +- add verb sync-up and sync-down + 0.0.2 ===== diff --git a/piwigotools/__init__.py b/piwigotools/__init__.py index 5009a97..04c26b8 100644 --- a/piwigotools/__init__.py +++ b/piwigotools/__init__.py @@ -5,7 +5,7 @@ Module piwigotools """ -__version_info__ = (0, 0, 2) +__version_info__ = (0, 1, 0) __version__ = '.'.join([str(val) for val in __version_info__]) import inspect