hgext3rd/topic/__init__.py
branchstable
changeset 3291 06a3cb594956
parent 3281 703e8398ac57
child 3293 d7dc6633bba1
--- a/hgext3rd/topic/__init__.py	Mon Dec 11 16:12:38 2017 +0100
+++ b/hgext3rd/topic/__init__.py	Tue Dec 12 03:02:25 2017 +0100
@@ -174,9 +174,9 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.6.0.dev'
+__version__ = '0.6.0'
 
-testedwith = '4.1.3 4.2.3 4.3.3 4.4.1'
+testedwith = '4.1.3 4.2.3 4.3.3 4.4.2'
 minimumhgversion = '4.1'
 buglink = 'https://bz.mercurial-scm.org/'