# HG changeset patch # User Pierre-Yves David # Date 1470084004 -7200 # Node ID 2ad40d972a740a613c4c559104166a015b37cac2 # Parent 1650f7dd2048be2692ad63e9ceade51fe59bc6a7 prepare release 5.4.1 diff -r 1650f7dd2048 -r 2ad40d972a74 README --- 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, diff -r 1650f7dd2048 -r 2ad40d972a74 hgext/evolve.py --- 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/'