packaging: mark version as devel version
This avoid confusion from people installing from source.
--- 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'