diff -r ab2e1da783a4 -r e7abf863e113 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Tue Aug 21 13:18:52 2018 +0200 +++ b/hgext3rd/topic/__init__.py Tue Aug 21 15:29:13 2018 +0200 @@ -181,7 +181,7 @@ 'topic.active': 'green', } -__version__ = '0.10.1.dev' +__version__ = '0.10.0' testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7' minimumhgversion = '4.3'