hgext3rd/topic/__init__.py
branchmercurial-4.3
changeset 3380 62f742d144da
parent 3287 4303a46b4167
parent 3295 64aedeb30625
child 3418 85cdce113c2c
--- a/hgext3rd/topic/__init__.py	Mon Dec 11 16:32:03 2017 +0100
+++ b/hgext3rd/topic/__init__.py	Sat Dec 16 23:40:39 2017 +0100
@@ -174,9 +174,9 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.6.0.dev'
+__version__ = '0.6.1.dev'
 
-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/'