changeset 2538:2b2addb23e96 stable

packaging: mark as version 6.3.1.dev This reduce confusion when installing version from source.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 01 Jun 2017 02:30:55 +0200
parents 4a467331ec79
children 69292318c545
files README hgext3rd/evolve/metadata.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Jun 01 02:28:36 2017 +0200
+++ b/README	Thu Jun 01 02:30:55 2017 +0200
@@ -112,7 +112,7 @@
 
 There are two main branches: "stable" and "default". Tests on these branch are
 supposed to pass with the corresponding "default" and "stable" branch from core
-Mercurial.
+Mercurial. The documentation is built from the tip of stable.
 
 In addition, we have compatibility branches to check tests on older version of
 Mercurial. They are the "mercurial-x.y" branches. They are used to apply
--- a/hgext3rd/evolve/metadata.py	Thu Jun 01 02:28:36 2017 +0200
+++ b/hgext3rd/evolve/metadata.py	Thu Jun 01 02:30:55 2017 +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__ = '6.3.0'
+__version__ = '6.3.1.dev'
 testedwith = '3.8.4 3.9.2 4.0.2 4.1.2 4.2'
 minimumhgversion = '3.8'
 buglink = 'https://bz.mercurial-scm.org/'