diff hgext3rd/topic/__init__.py @ 4218:da5f7927917c stable

packaging: mark version as devel version This avoid confusion from people installing from source.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 25 Oct 2018 18:50:42 +0200
parents b90422a11a88
children a4d5dcc836ab 3eb78bdcdd7c
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Thu Oct 25 18:44:07 2018 +0200
+++ b/hgext3rd/topic/__init__.py	Thu Oct 25 18:50:42 2018 +0200
@@ -177,7 +177,7 @@
               'topic.active': 'green',
              }
 
-__version__ = '0.12.1'
+__version__ = '0.12.2.dev'
 
 testedwith = '4.3.3 4.4.2 4.5.2 4.6.2 4.7'
 minimumhgversion = '4.3'