From 16a7761a31f171cb84ba0487a55a49ece2f5c8be Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 12 Dec 2016 17:09:52 +0100 Subject: [PATCH] Release 0.6.3 --- HISTORY.rst | 17 ++++++++++++----- marabunta/core.py | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index ca78ed1..8af08dc 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,11 +10,6 @@ Unreleased **Bugfixes** -* The new connection opened in 0.6.2 might suffer from the same issue of - timeout than before 0.6.0: the connection is long-lived but there is no - keep-alive for this connection. Open a new connection for each update in - marabunta_version, which might be spaced between long subprocess operations - **Improvements** **Documentation** @@ -22,6 +17,18 @@ Unreleased **Build** +0.6.3 (2016-12-12) +++++++++++++++++++ + + +**Bugfixes** + +* The new connection opened in 0.6.2 might suffer from the same issue of + timeout than before 0.6.0: the connection is long-lived but there is no + keep-alive for this connection. Open a new connection for each update in + marabunta_version, which might be spaced between long subprocess operations + + 0.6.2 (2016-12-12) ++++++++++++++++++ diff --git a/marabunta/core.py b/marabunta/core.py index fffd6cf..5e2a040 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -25,7 +25,7 @@ from .parser import YamlParser from .runner import Runner -__version__ = "0.6.2" +__version__ = "0.6.3" # The number below has been generated as below: # pg_lock accepts an int8 so we build an hash composed with