# HG changeset patch # User Pierre-Yves David # Date 1429751720 -7200 # Node ID 891c3ce894fa879532299910735bcc2a968245b1 # Parent af7b455a7ebdc303ac4590f3fb260691de843309 prepare release 5.1.4 diff --git a/README b/README --- a/README +++ b/README @@ -51,7 +51,7 @@ Changelog ========= -5.1.4 -- +5.1.4 -- 2015-04-23 - significant documentation update - fix issue4616: pulling with bundle2 would crash if common marker when diff --git a/hgext/evolve.py b/hgext/evolve.py --- a/hgext/evolve.py +++ b/hgext/evolve.py @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.1.3' +__version__ = '5.1.4' testedwith = '3.3.3 3.4-rc' buglink = 'http://bz.selenic.com/'