packaging: mark stable change as bugfix dev version stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Tue, 12 Dec 2017 04:16:54 +0100
branchstable
changeset 3293 d7dc6633bba1
parent 3292 014cf11ca2dc
child 3294 57aedd4c39a0
child 3295 64aedeb30625
packaging: mark stable change as bugfix dev version This help reduce confusion when installing non-tagged changeset.
hgext3rd/evolve/metadata.py
hgext3rd/topic/__init__.py
--- a/hgext3rd/evolve/metadata.py	Tue Dec 12 04:15:26 2017 +0100
+++ b/hgext3rd/evolve/metadata.py	Tue Dec 12 04:16:54 2017 +0100
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-__version__ = '7.1.0'
+__version__ = '7.1.1.dev'
 testedwith = '4.1.3 4.2.3 4.3.2 4.4.2'
 minimumhgversion = '4.1'
 buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py	Tue Dec 12 04:15:26 2017 +0100
+++ b/hgext3rd/topic/__init__.py	Tue Dec 12 04:16:54 2017 +0100
@@ -174,7 +174,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.6.0'
+__version__ = '0.6.1.dev'
 
 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2'
 minimumhgversion = '4.1'