changeset 3009:548506eb68f4 stable

packaging: update version number and testedwith version
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 27 Sep 2017 16:15:56 +0200
parents 1cccdfeac327
children 3a4f75c6619c
files hgext3rd/topic/__init__.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/'