# HG changeset patch # User Pierre-Yves David # Date 1435098635 25200 # Node ID 1377f6a7f9ecb25e9b8885fce8f6f42e0d6f3f12 # Parent 20ff4ef75b8769a3541b27ce75d4197ee0b30738 prepare version 5.1.5 diff --git a/README b/README --- a/README +++ b/README @@ -51,7 +51,7 @@ Changelog ========= -5.1.5 -- +5.1.5 -- 2015-06-23 - minor documentation cleanup - support -i option for `hg amend` if commit supports it (3.4) diff --git a/debian/changelog b/debian/changelog --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mercurial-evolve (5.1.5-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Pierre-Yves David Tue, 23 Jun 2015 15:30:07 -0700 + mercurial-evolve (5.1.3-1) unstable; urgency=medium * new upstream release 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.4' +__version__ = '5.1.5' testedwith = '3.3.3 3.4.1' buglink = 'http://bz.selenic.com/'