diff hgext3rd/topic/__init__.py @ 3012:081070828703 stable

packaging: mark stable branch as dev bugfix version This help avoiding confusion when installing evolve from sources.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 27 Sep 2017 16:24:44 +0200
parents 548506eb68f4
children 14572c0513a9 033e00be9ce4
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Wed Sep 27 16:18:24 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Wed Sep 27 16:24:44 2017 +0200
@@ -122,7 +122,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.3.0'
+__version__ = '0.3.1.dev'
 testedwith = '4.0.2 4.1.3 4.2.3 4.3.3'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'