Mercurial > evolve
changeset 6371:573174ef1bbf
topic: extra bump to extension version (1.0.0), update testedwith
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 26 Jan 2023 14:17:02 +0400 |
parents | 21f0813fa2f4 |
children | 0ebaf5266052 |
files | CHANGELOG hgext3rd/topic/__init__.py |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Thu Jan 26 14:16:38 2023 +0400 +++ b/CHANGELOG Thu Jan 26 14:17:02 2023 +0400 @@ -10,7 +10,7 @@ * deprecate serverminitopic extension, topic extension is recommended for all users, clients and servers -topic (0.25.0) +topic (1.0.0) * topic: allow Unicode word characters in topic names
--- a/hgext3rd/topic/__init__.py Thu Jan 26 14:16:38 2023 +0400 +++ b/hgext3rd/topic/__init__.py Thu Jan 26 14:17:02 2023 +0400 @@ -233,9 +233,9 @@ b'log.topic': b'green_background', } -__version__ = b'0.25.0.dev' +__version__ = b'1.0.0.dev' -testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2' +testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3' minimumhgversion = b'4.8' buglink = b'https://bz.mercurial-scm.org/'