diff hgext3rd/topic/__init__.py @ 6438:eb221b2c1f81 stable 11.0.0

packaging: prepare evolve 11.0.0, topic 1.0.0
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 26 Feb 2023 22:31:59 +0400
parents 50c4ed02ac6d
children 693b52957bfd
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Sun Feb 26 22:31:15 2023 +0400
+++ b/hgext3rd/topic/__init__.py	Sun Feb 26 22:31:59 2023 +0400
@@ -233,7 +233,7 @@
               b'log.topic': b'green_background',
               }
 
-__version__ = b'1.0.0.dev0'
+__version__ = b'1.0.0'
 
 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'