diff hgext3rd/topic/__init__.py @ 3942:38c9a050ba03

branching: merge with stable
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 14 Aug 2018 18:21:23 +0200
parents e69ff3ae758c
children 47dd383a9955
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Fri Aug 03 01:16:51 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Tue Aug 14 18:21:23 2018 +0200
@@ -181,9 +181,9 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.10.0.dev'
+__version__ = '0.11.0.dev'
 
-testedwith = '4.3.3 4.4.2 4.5.2 4.6.1'
+testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'
 buglink = 'https://bz.mercurial-scm.org/'