diff -r 76c447d88d9a -r 06a3cb594956 hgext3rd/topic/__init__.py --- 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/'