packaging: update version number and testedwith version stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Wed, 27 Sep 2017 16:15:56 +0200
branchstable
changeset 3009 548506eb68f4
parent 3008 1cccdfeac327
child 3010 3a4f75c6619c
packaging: update version number and testedwith version
hgext3rd/topic/__init__.py
--- a/hgext3rd/topic/__init__.py	Wed Sep 27 01:44:29 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Wed Sep 27 16:15:56 2017 +0200
@@ -122,8 +122,8 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.3.0.dev'
-testedwith = '4.0.2 4.1.3 4.2.1'
+__version__ = '0.3.0'
+testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'