diff hgext3rd/topic/__init__.py @ 6342:569e09c61c4f stable 10.5.3

packaging: prepare evolve 10.5.3 and topic 0.24.2
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 08 Dec 2022 19:00:51 +0400
parents b4df25613811
children cb9e77506cbc faea18a26188
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu Dec 08 18:59:55 2022 +0400
+++ b/hgext3rd/topic/__init__.py	Thu Dec 08 19:00:51 2022 +0400
@@ -231,9 +231,9 @@
               b'log.topic': b'green_background',
               }
 
-__version__ = b'0.24.2.dev'
+__version__ = b'0.24.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'
+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/'