diff -r 34c0c733e804 -r bdc28886526f hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Tue Oct 10 16:02:44 2017 +0200 +++ b/hgext3rd/topic/__init__.py Tue Oct 10 16:06:22 2017 +0200 @@ -122,7 +122,7 @@ 'topic.active': 'green', } -__version__ = '0.3.1.dev' +__version__ = '0.3.1' testedwith = '4.0.2 4.1.3 4.2.3 4.3.3' minimumhgversion = '4.0' buglink = 'https://bz.mercurial-scm.org/'