packaging: mark as development version
This avoid confusion when people install version from source.
--- a/hgext3rd/evolve/metadata.py Fri Sep 14 12:17:21 2018 +0200
+++ b/hgext3rd/evolve/metadata.py Fri Sep 14 12:18:22 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.1'
+__version__ = '8.2.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 Fri Sep 14 12:17:21 2018 +0200
+++ b/hgext3rd/topic/__init__.py Fri Sep 14 12:18:22 2018 +0200
@@ -178,7 +178,7 @@
'topic.active': 'green',
}
-__version__ = '0.11.1'
+__version__ = '0.11.2.dev'
testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
minimumhgversion = '4.3'