Skip to content

Commit

Permalink
Release 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Dec 12, 2016
1 parent b5eede0 commit 16a7761
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
17 changes: 12 additions & 5 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,25 @@ 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**

**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)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16a7761

Please sign in to comment.