hgext3rd/topic/__init__.py
changeset 4556 b5186fe43c7c
parent 4535 8dae14cd076a
child 4563 8b3781d9a616
--- a/hgext3rd/topic/__init__.py	Tue Apr 23 12:20:12 2019 +0200
+++ b/hgext3rd/topic/__init__.py	Tue Apr 23 12:24:22 2019 +0200
@@ -180,10 +180,10 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.14.1.dev'
+__version__ = '0.15.0.dev'
 
-testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9'
-minimumhgversion = '4.4'
+testedwith = '4.5.2 4.6.2 4.7 4.8 4.9'
+minimumhgversion = '4.5'
 buglink = 'https://bz.mercurial-scm.org/'
 
 if util.safehasattr(registrar, 'configitem'):