prepare release 5.4.1 stable 5.4.1
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Mon, 01 Aug 2016 22:40:04 +0200
branchstable
changeset 1717 2ad40d972a74
parent 1716 1650f7dd2048
child 1718 54f40b722cf9
prepare release 5.4.1
README
hgext/evolve.py
--- a/README	Mon Aug 01 22:37:48 2016 +0200
+++ b/README	Mon Aug 01 22:40:04 2016 +0200
@@ -56,6 +56,10 @@
 Changelog
 =========
 
+5.4.1 -- 2016-08-01
+
+ - compat with Mercurial 3.9
+
 5.4.0 -- 2016-05-06
 
 - Some collaboration with the topic experimental extensions,
--- a/hgext/evolve.py	Mon Aug 01 22:37:48 2016 +0200
+++ b/hgext/evolve.py	Mon Aug 01 22:40:04 2016 +0200
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.4.0'
-testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1'
+__version__ = '5.4.1'
+testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1 3.9'
 buglink = 'http://bz.selenic.com/'