diff -r 337c740327b9 -r 80894dbf9899 hgext3rd/topic/__init__.py --- a/hgext3rd/topic/__init__.py Sat Jan 20 12:53:25 2018 +0100 +++ b/hgext3rd/topic/__init__.py Sat Jan 20 12:48:26 2018 +0100 @@ -175,7 +175,7 @@ 'topic.active': 'green', } -__version__ = '0.7.0' +__version__ = '0.7.1.dev' testedwith = '4.1.3 4.2.3 4.3.3 4.4.2' minimumhgversion = '4.1'