hgext3rd/topic/__init__.py
changeset 3684 2a62f0f480f3
parent 3667 a346b1641dfa
child 3695 3680f715c14f
--- a/hgext3rd/topic/__init__.py	Wed Apr 18 22:54:11 2018 -0700
+++ b/hgext3rd/topic/__init__.py	Thu Apr 19 11:38:13 2018 +0200
@@ -178,8 +178,8 @@
 
 __version__ = '0.9.0.dev'
 
-testedwith = '4.2.3 4.3.3 4.4.2 4.5.2'
-minimumhgversion = '4.2'
+testedwith = '4.3.3 4.4.2 4.5.2'
+minimumhgversion = '4.3'
 buglink = 'https://bz.mercurial-scm.org/'
 
 if util.safehasattr(registrar, 'configitem'):