changeset 1702:b21ce82e6f76 stable 5.4.0

evolve: prepare release of version 5.4.0
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Fri, 06 May 2016 00:18:24 +0200
parents 4f3601b12c74
children 3460887b6859
files README hgext/evolve.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Fri May 06 00:16:18 2016 +0200
+++ b/README	Fri May 06 00:18:24 2016 +0200
@@ -56,7 +56,7 @@
 Changelog
 =========
 
-5.4.0 -- 
+5.4.0 -- 2016-05-06
 
 - Some collaboration with the topic experimental extensions,
   - hg evolve --all with consider all troubles in your current topic,
--- a/hgext/evolve.py	Fri May 06 00:16:18 2016 +0200
+++ b/hgext/evolve.py	Fri May 06 00:18:24 2016 +0200
@@ -19,7 +19,7 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.3.0'
+__version__ = '5.4.0'
 testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1'
 buglink = 'http://bz.selenic.com/'