diff hgext3rd/topic/__init__.py @ 4037:260587c00fd8 stable

packaging: mark in progress work as development version This avoid confusion when people install development version.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 28 Aug 2018 21:53:07 +0200
parents f1cde4c97806
children 36225eb4d307 eb9fa25091c7
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Tue Aug 28 20:30:57 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Tue Aug 28 21:53:07 2018 +0200
@@ -181,7 +181,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.10.0'
+__version__ = '0.10.1.dev'
 
 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'