hgext/evolve.py
branchmercurial-3.7
changeset 1705 db60fb88b4b5
parent 1702 b21ce82e6f76
child 1709 989ed2f30d41
--- a/hgext/evolve.py	Thu May 05 22:22:30 2016 +0200
+++ b/hgext/evolve.py	Fri May 06 00:23:25 2016 +0200
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.3.0'
-testedwith = '3.4.3 3.5.2 3.6.2 3.7'
+__version__ = '5.4.0'
+testedwith = '3.4.3 3.5.2 3.6.2 3.7.3 3.8.1'
 buglink = 'http://bz.selenic.com/'