diff hgext3rd/topic/__init__.py @ 3125:ec0bbf26ce7f stable 6.8.0

packaging: prepare version 6.8.0
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 23 Oct 2017 15:41:58 +0200
parents 6ef274e01f64
children c3953ae44b87
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Mon Oct 23 15:25:00 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Mon Oct 23 15:41:58 2017 +0200
@@ -139,9 +139,9 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.4.0.dev'
+__version__ = '0.4.0'
 
-testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
+testedwith = '4.0.2 4.1.3 4.2.3 4.3.3 4.4'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'