packaging: mark version as devel version stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Thu, 25 Oct 2018 18:50:42 +0200
branchstable
changeset 4218 da5f7927917c
parent 4217 664152f7f003
child 4219 a4d5dcc836ab
child 4222 b757f06193d0
packaging: mark version as devel version This avoid confusion from people installing from source.
hgext3rd/evolve/metadata.py
hgext3rd/topic/__init__.py
--- a/hgext3rd/evolve/metadata.py	Thu Oct 25 18:44:07 2018 +0200
+++ b/hgext3rd/evolve/metadata.py	Thu Oct 25 18:50:42 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.3.1'
+__version__ = '8.3.2.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	Thu Oct 25 18:44:07 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Thu Oct 25 18:50:42 2018 +0200
@@ -177,7 +177,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.12.1'
+__version__ = '0.12.2.dev'
 
 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'