view hgext3rd/evolve/metadata.py @ 3137:c3953ae44b87 stable

packaging: mark version as development version This helps to avoid confusion.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 23 Oct 2017 16:04:23 +0200
parents ec0bbf26ce7f
children ec2251d0ba06
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.1.dev'
testedwith = '3.8.4 3.9.2 4.0.2 4.1.3 4.2.3 4.3.2 4.4'
minimumhgversion = '3.8'
buglink = 'https://bz.mercurial-scm.org/'