From f9ffc79ff0edcbf81475be5ebcb84276c03ff879 Mon Sep 17 00:00:00 2001 From: Marek Marecki Date: Thu, 19 Dec 2013 07:11:15 +0100 Subject: [PATCH] Update to version 0.4.2 --- Changelog.markdown | 4 +++- diaspy/__init__.py | 2 +- docs/source/conf.py | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog.markdown b/Changelog.markdown index 3e2742b..a22797c 100644 --- a/Changelog.markdown +++ b/Changelog.markdown @@ -27,7 +27,7 @@ up-to-date than manual and if conflicts appear they should follow the order: ---- -#### Version `0.4.2` (2013-09-): +#### Version `0.4.2` (2013-12-19): This version has some small incompatibilities with `0.4.1` so read Changelog carefully. @@ -52,6 +52,8 @@ This version has some small incompatibilities with `0.4.1` so read Changelog car * __dep__: `max_time` parameter in `diaspy.streams.*.more()` method is deprecated, +* __fix__: this release should fix the bug which prevented diaspy from working with some pods (e.g. diasp.eu and joindiaspora.com), + ---- diff --git a/diaspy/__init__.py b/diaspy/__init__.py index 65860e4..36317c3 100644 --- a/diaspy/__init__.py +++ b/diaspy/__init__.py @@ -10,4 +10,4 @@ import diaspy.notifications as notifications import diaspy.settings as settings -__version__ = '0.4.3' +__version__ = '0.4.2' diff --git a/docs/source/conf.py b/docs/source/conf.py index 439b0e0..380b508 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -51,9 +51,9 @@ copyright = '2013, Moritz Kiefer, Marek Marecki and others' # built documents. # # The short X.Y version. -version = '0.4.3' +version = '0.4.2' # The full version, including alpha/beta/rc tags. -release = '0.4.3' +release = '0.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- 2.25.1