wallabag api ok

This commit is contained in:
Olivier Demah
2016-04-18 15:03:57 +02:00
parent d17614e4db
commit 44b4eb90df
6 changed files with 96 additions and 84 deletions

View File

@@ -1,2 +1,2 @@
VERSION = (0, 0, 1) # PEP 386
VERSION = (1, 0, 0) # PEP 386
__version__ = ".".join([str(x) for x in VERSION])