view hgext3rd/evolve/metadata.py @ 3014:14572c0513a9

packaging: update version to match development version This helps avoid confusion when installing from source.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 27 Sep 2017 16:30:43 +0200
parents 081070828703
children cb8ae3cb0bbc
line wrap: on
line source

# 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.8.0.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/'