Mercurial > evolve
diff hgext3rd/topic/__init__.py @ 4556:b5186fe43c7c
compat: drop support for Mercurial 4.4
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 23 Apr 2019 12:24:22 +0200 |
parents | 8dae14cd076a |
children | 8b3781d9a616 |
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py Tue Apr 23 12:20:12 2019 +0200 +++ b/hgext3rd/topic/__init__.py Tue Apr 23 12:24:22 2019 +0200 @@ -180,10 +180,10 @@ 'topic.active': 'green', } -__version__ = '0.14.1.dev' +__version__ = '0.15.0.dev' -testedwith = '4.4.2 4.5.2 4.6.2 4.7 4.8 4.9' -minimumhgversion = '4.4' +testedwith = '4.5.2 4.6.2 4.7 4.8 4.9' +minimumhgversion = '4.5' buglink = 'https://bz.mercurial-scm.org/' if util.safehasattr(registrar, 'configitem'):