diff -r 470ba668687a -r b90422a11a88 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Thu Oct 25 18:09:08 2018 +0200 +++ b/hgext3rd/topic/__init__.py Thu Oct 25 18:42:49 2018 +0200 @@ -177,7 +177,7 @@ 'topic.active': 'green', } -__version__ = '0.12.1.dev' +__version__ = '0.12.1' testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' minimumhgversion = '4.3'