hgext3rd/evolve/metadata.py
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
Tue, 14 Mar 2017 15:02:06 -0700
changeset 2112 ab2448b8aafe
parent 2049 b81d3775006b
child 2263 165ad227993d
permissions -rw-r--r--
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.

# define Mercurial extension metadata for evolution
#
# Copyright 2017 Pierre-Yves David <pierre-yves.david@ens-lyon.org>
#
# 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.0.0.dev'
testedwith = '3.8.4 3.9.2 4.0.2 4.1'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'