hgext3rd/topic/__init__.py
branchstable
changeset 3009 548506eb68f4
parent 2999 d94a4e150633
child 3012 081070828703
--- a/hgext3rd/topic/__init__.py	Wed Sep 27 01:44:29 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Wed Sep 27 16:15:56 2017 +0200
@@ -122,8 +122,8 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.3.0.dev'
-testedwith = '4.0.2 4.1.3 4.2.1'
+__version__ = '0.3.0'
+testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'