From 4cd0bab1d5372846116066c80c53352c0db0a96b Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Mon, 12 Dec 2016 14:07:19 +0100 Subject: [PATCH] Release 0.6.2 --- HISTORY.rst | 17 ++++++++++++----- marabunta/core.py | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 48b06fe..feab7ba 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,18 @@ Unreleased **Bugfixes** +**Improvements** + +**Documentation** + +**Build** + + +0.6.2 (2016-12-12) +++++++++++++++++++ + +**Bugfixes** + * Autocommit the operations done in the marabunta_version table. Previously, after an exception, the changes to marabunta_version were rollbacked, which is not the expected behavior (it makes the migration restart ceaseless). @@ -17,11 +29,6 @@ Unreleased for the adsivory lock cannot commit before the end because it would release the lock. -**Improvements** - -**Documentation** - -**Build** 0.6.1 (2016-11-25) ++++++++++++++++++ diff --git a/marabunta/core.py b/marabunta/core.py index 2d7875b..dad7488 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -25,7 +25,7 @@ from .parser import YamlParser from .runner import Runner -__version__ = "0.6.1" +__version__ = "0.6.2" # The number below has been generated as below: # pg_lock accepts an int8 so we build an hash composed with