hgext3rd/topic/__init__.py
branchstable
changeset 4317 97b18934d6db
parent 4279 48da02d7f8eb
child 4319 2d3ee6a25d2c
--- a/hgext3rd/topic/__init__.py	Fri Dec 21 13:14:59 2018 +0800
+++ b/hgext3rd/topic/__init__.py	Mon Dec 24 17:55:25 2018 +0100
@@ -177,9 +177,9 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.12.3.dev'
+__version__ = '0.12.3'
 
-testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
+testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7 4.8'
 minimumhgversion = '4.3'
 buglink = 'https://bz.mercurial-scm.org/'