version: mark the current source as development version for 6.0.0
authorPierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 14 Mar 2017 15:02:06 -0700
changeset 2112 ab2448b8aafe
parent 2108 206066375dcb
child 2113 fed5369058a4
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.
hgext3rd/evolve/metadata.py
--- 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/'