Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
Fix lock for concurrent processes
  • Loading branch information
guewen committed Oct 26, 2016
1 parent 98fdf25 commit 98da70d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Unreleased

**Build**


0.5.1 (2016-10-26)
++++++++++++++++++

* Fix: marabunta processes run concurrently all tried to run the migration,
this is better handled with a PostgreSQL advisory lock now


0.5.0 (2016-10-12)
++++++++++++++++++

Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .parser import YamlParser
from .runner import Runner

__version__ = "0.5.0"
__version__ = "0.5.1"

# 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 98da70d

Please sign in to comment.