hgext3rd/topic/__init__.py
branchstable
changeset 3125 ec0bbf26ce7f
parent 3124 6ef274e01f64
child 3137 c3953ae44b87
--- a/hgext3rd/topic/__init__.py	Mon Oct 23 15:25:00 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Mon Oct 23 15:41:58 2017 +0200
@@ -139,9 +139,9 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.4.0.dev'
+__version__ = '0.4.0'
 
-testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
+testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'