hgext3rd/topic/__init__.py
changeset 4253 35dac5aadcfc
parent 4236 259d57b906a4
child 4268 d5a2cc19903f
--- a/hgext3rd/topic/__init__.py	Tue Nov 06 10:41:50 2018 +0530
+++ b/hgext3rd/topic/__init__.py	Mon Nov 19 01:49:34 2018 +0000
@@ -179,8 +179,8 @@
 
 __version__ = '0.13.0.dev'
 
-testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
-minimumhgversion = '4.3'
+testedwith = '4.4.2 4.5.2 4.6.2 4.7'
+minimumhgversion = '4.4'
 buglink = 'https://bz.mercurial-scm.org/'
 
 if util.safehasattr(registrar, 'configitem'):