--- 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)
--- 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 <pierre-yves.david@ens-lyon.org> Sun, 30 Oct 2016 23:27:14 +0100
+
mercurial-evolve (5.2.1-1) unstable; urgency=medium
* New upstream release.
--- 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/'