--- 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/'