packaing: mark as development version stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 Sep 2018 23:29:15 +0200
branchstable
changeset 4086 8a357f05187d
parent 4085 85724eea296a
child 4087 7b129ce23fad
child 4088 9caf73470c2b
packaing: mark as development version This help avoid confusion when installing in progress work.
hgext3rd/evolve/metadata.py
hgext3rd/topic/__init__.py
--- a/hgext3rd/evolve/metadata.py	Mon Sep 03 23:27:54 2018 +0200
+++ b/hgext3rd/evolve/metadata.py	Mon Sep 03 23:29:15 2018 +0200
@@ -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__ = '8.2.0'
+__version__ = '8.2.1.dev'
 testedwith = '4.3.2 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'
 buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py	Mon Sep 03 23:27:54 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Mon Sep 03 23:29:15 2018 +0200
@@ -178,7 +178,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.11.0'
+__version__ = '0.11.1.dev'
 
 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'