diff hgext3rd/topic/__init__.py @ 4667:344befcf63aa stable

packaging: mark as development versions This help to distinct official release from in progress work.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 07 Jun 2019 02:22:05 +0200
parents 756db65030c6
children daab6d665687
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Fri Jun 07 02:15:50 2019 +0200
+++ b/hgext3rd/topic/__init__.py	Fri Jun 07 02:22:05 2019 +0200
@@ -186,7 +186,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.15.0'
+__version__ = '0.15.1.dev'
 
 testedwith = '4.5.2 4.6.2 4.7 4.8 4.9 5.0'
 minimumhgversion = '4.5'