# HG changeset patch # User Pierre-Yves David # Date 1496277055 -7200 # Node ID 2b2addb23e96c8cd29b0df3fb8dfb411040f2d46 # Parent 4a467331ec792ac70fe8204779e8a9d1eb5f22ba packaging: mark as version 6.3.1.dev This reduce confusion when installing version from source. diff -r 4a467331ec79 -r 2b2addb23e96 README --- 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 diff -r 4a467331ec79 -r 2b2addb23e96 hgext3rd/evolve/metadata.py --- 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/'