Mercurial > evolve
comparison setup.py @ 717:cdb52bbbe5b8 stable 3.1.0
prepare release 3.1.0
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Mon, 11 Feb 2013 10:28:32 +0100 |
parents | 862b6b71a358 |
children | d0472c630542 |
comparison
equal
deleted
inserted
replaced
716:4c0f6d555032 | 717:cdb52bbbe5b8 |
---|---|
3 | 3 |
4 from distutils.core import setup | 4 from distutils.core import setup |
5 | 5 |
6 setup( | 6 setup( |
7 name='hg-evolve', | 7 name='hg-evolve', |
8 version='3.0.0', | 8 version='3.1.0', |
9 author='Pierre-Yves David', | 9 author='Pierre-Yves David', |
10 maintainer='Pierre-Yves David', | 10 maintainer='Pierre-Yves David', |
11 maintainer_email='pierre-yves.david@logilab.fr', | 11 maintainer_email='pierre-yves.david@logilab.fr', |
12 url='https://bitbucket.org/marmoute/mutable-history', | 12 url='https://bitbucket.org/marmoute/mutable-history', |
13 description='Flexible evolution of Mercurial history.', | 13 description='Flexible evolution of Mercurial history.', |