diff hgext3rd/topic/__init__.py @ 3170:007e4d294ebe

packaging: mark default branch as development version This help avoid confusion when installing version from the repository.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 Nov 2017 00:48:25 +0100
parents 6ca44f334d47
children 8f74cf219be3
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu Nov 02 00:47:11 2017 +0100
+++ b/hgext3rd/topic/__init__.py	Thu Nov 02 00:48:25 2017 +0100
@@ -174,7 +174,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.5.1.dev'
+__version__ = '0.6.0.dev'
 
 testedwith = '4.1.3 4.2.3 4.3.3 4.4'
 minimumhgversion = '4.1'