# HG changeset patch # User Pierre-Yves David # Date 1477865913 -3600 # Node ID 727c7211c810d304ebf92b32db7ecf697ce46ac6 # Parent 825bcf1abe74c41a60cec487466c4e1041ab870e prepare release 5.5.0 diff -r 825bcf1abe74 -r 727c7211c810 README --- a/README Sun Oct 30 23:16:04 2016 +0100 +++ b/README Sun Oct 30 23:18:33 2016 +0100 @@ -56,13 +56,10 @@ Changelog ========= -5.5.0 -- +5.5.0 -- 2016-10-30 - The {obsolete} template now yield "obsolete" or "". - compatibility with Mercurial 4.0 - -5.4.2 -- - - Fix erroneous manifest computation when solving 'bumped' changeset. - split: avoid crash on empty commit (issue5191), - next: improve locking to avoid issue with working copy parent (issue5244) diff -r 825bcf1abe74 -r 727c7211c810 debian/changelog --- a/debian/changelog Sun Oct 30 23:16:04 2016 +0100 +++ b/debian/changelog Sun Oct 30 23:18:33 2016 +0100 @@ -1,3 +1,9 @@ +mercurial-evolve (5.5.0) unstable; urgency=medium + + * new upstream release + + -- Pierre-Yves David Sun, 30 Oct 2016 23:27:14 +0100 + mercurial-evolve (5.2.1-1) unstable; urgency=medium * New upstream release. diff -r 825bcf1abe74 -r 727c7211c810 hgext/evolve.py --- a/hgext/evolve.py Sun Oct 30 23:16:04 2016 +0100 +++ b/hgext/evolve.py Sun Oct 30 23:18:33 2016 +0100 @@ -19,7 +19,7 @@ - improves some aspect of the early implementation in Mercurial core ''' -__version__ = '5.4.1' +__version__ = '5.5.0' testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9 4.0' buglink = 'https://bz.mercurial-scm.org/'