From 4919a2dc10794f8af449e242175712b1f1c4f356 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Klinkovsk=C3=BD?= Date: Sun, 6 Mar 2016 16:01:39 +0100 Subject: [PATCH] release version 1.1 --- docs/changelog.rst | 10 ++++++++-- ws/__init__.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7023ce7a..15a8c8a9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,17 @@ Changelog ========= -Version 1.1 +Version 1.2 ----------- Unreleased -(`changes `__) +(`changes `__) + +Version 1.1 +----------- + +`Released March 6, 2016 `_ +(`changes `__) - Fixed handling of ``csrftoken``, it is now cached and automatically renewed as indicated by the server responses. diff --git a/ws/__init__.py b/ws/__init__.py index 0008ea19..80240ce8 100644 --- a/ws/__init__.py +++ b/ws/__init__.py @@ -2,4 +2,4 @@ __author__ = "Jakub Klinkovský " __url__ = "https://github.com/lahwaacz/wiki-scripts" -__version__ = "1.0" +__version__ = "1.1"