hgext/evolve.py
changeset 1614 99077dbb83e0
parent 1611 5eedfe43e762
child 1615 b04d73c0a13e
--- a/hgext/evolve.py	Thu Feb 04 02:46:40 2016 -0800
+++ b/hgext/evolve.py	Thu Feb 11 00:44:28 2016 +0000
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.2.1'
-testedwith = '3.4.3 3.5.2 3.6'
+__version__ = '5.3.0'
+testedwith = '3.4.3 3.5.2 3.6.2 3.7'
 buglink = 'http://bz.selenic.com/'