Lib updated to be compliant with Wallabag 2.2.3

This commit is contained in:
FoxMaSk
2017-07-14 16:37:24 +02:00
parent 546d744722
commit 922c47f1cf
3 changed files with 244 additions and 11 deletions

View File

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