version: mark the current source as development version for 6.0.0
This is useful to distinguish the development version from the latest tagged
version. In this particular case, this will allow us to publish a pre-version on
pypi.
--- a/hgext3rd/evolve/metadata.py Tue Mar 14 14:27:43 2017 -0700
+++ b/hgext3rd/evolve/metadata.py Tue Mar 14 15:02:06 2017 -0700
@@ -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__ = '5.6.0'
+__version__ = '6.0.0.dev'
testedwith = '3.8.4 3.9.2 4.0.2 4.1'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'