From 2c269fba432d2497c27e8e6105820d9a29a90ed4 Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Wed, 18 Apr 2018 11:13:57 +0200 Subject: [PATCH] v1.2.1 --- wallabag_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallabag_api/__init__.py b/wallabag_api/__init__.py index 9fe660d..39a72b4 100644 --- a/wallabag_api/__init__.py +++ b/wallabag_api/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 2, 2) # PEP 386 +VERSION = (1, 2, 1) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])