hgext/evolve.py
branchstable
changeset 1717 2ad40d972a74
parent 1713 00612a019547
child 1720 fe64e69da57b
child 1735 8f902ec9ed9a
--- 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/'