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

create version 0.1.0

This commit is contained in:
fraoustin 2016-04-15 15:24:15 +02:00
parent c971c1748e
commit a055427713
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.1.0
=====
- add verb sync-up and sync-down
0.0.2
=====

View File

@ -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