Update to version 0.4.2
authorMarek Marecki <marekjm@taistelu.com>
Thu, 19 Dec 2013 06:11:15 +0000 (07:11 +0100)
committerMarek Marecki <marekjm@taistelu.com>
Thu, 19 Dec 2013 06:11:15 +0000 (07:11 +0100)
Changelog.markdown
diaspy/__init__.py
docs/source/conf.py

index 3e2742b9209a09c78901b972ff4224afc499e57a..a22797c9c2410145f41dc89ecbf237252e9526a5 100644 (file)
@@ -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),
+
 
 ----
 
index 65860e46eccbaa309991f8335ae334ae6588389d..36317c3cc01851acf3bf76e015214f0f4425a637 100644 (file)
@@ -10,4 +10,4 @@ import diaspy.notifications as notifications
 import diaspy.settings as settings
 
 
-__version__ = '0.4.3'
+__version__ = '0.4.2'
index 439b0e00e579bcd2c2cae5279e8a0ccaa8d7cfe3..380b508f7e2121a5ef800b72024eed10594e8a68 100644 (file)
@@ -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.