Mercurial > evolve
changeset 3012:081070828703 stable
packaging: mark stable branch as dev bugfix version
This help avoiding confusion when installing evolve from sources.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 27 Sep 2017 16:24:44 +0200 |
parents | 40c856d224d2 |
children | 945a0989e41b 0884856a4143 |
files | hgext3rd/evolve/metadata.py hgext3rd/topic/__init__.py |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/evolve/metadata.py Wed Sep 27 16:18:24 2017 +0200 +++ b/hgext3rd/evolve/metadata.py Wed Sep 27 16:24:44 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.7.0' +__version__ = '6.7.1.dev' testedwith = '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.2' minimumhgversion = '3.8' buglink = 'https://bz.mercurial-scm.org/'
--- a/hgext3rd/topic/__init__.py Wed Sep 27 16:18:24 2017 +0200 +++ b/hgext3rd/topic/__init__.py Wed Sep 27 16:24:44 2017 +0200 @@ -122,7 +122,7 @@ 'topic.active': 'green', } -__version__ = '0.3.0' +__version__ = '0.3.1.dev' testedwith = '4.0.2 4.1.3 4.2.3 4.3.3' minimumhgversion = '4.0' buglink = 'https://bz.mercurial-scm.org/'