changeset 1765:727c7211c810 stable 5.5.0

prepare release 5.5.0
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Sun, 30 Oct 2016 23:18:33 +0100
parents 825bcf1abe74
children c56b6210dd6c
files README debian/changelog hgext/evolve.py
diffstat 3 files changed, 8 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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/'