From d2399a16d8c69cb0513548d050dcc8f48f651555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20H=C3=BCgel?= Date: Tue, 7 Mar 2017 20:43:11 +0000 Subject: [PATCH] Version bump --- pyzotero/zotero.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyzotero/zotero.py b/pyzotero/zotero.py index 21f68f1..3388fe1 100644 --- a/pyzotero/zotero.py +++ b/pyzotero/zotero.py @@ -33,7 +33,7 @@ from __future__ import unicode_literals __author__ = u'Stephan Hügel' -__version__ = '1.2.5' +__version__ = '1.2.6' __api_version__ = '3' # Python 3 compatibility faffing