changeset 1716:2ad40d972a74 stable 5.4.1

prepare release 5.4.1
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Mon, 01 Aug 2016 22:40:04 +0200
parents 1650f7dd2048
children 54f40b722cf9
files README hgext/evolve.py
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/'