diff hgext3rd/topic/__init__.py @ 2708:1907f5af88a8 stable

packaging: update versions to '.dev' one This help to spot install from unreleased source.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 02 Jul 2017 19:42:23 +0200
parents a7b7471b4bed
children 5d54de9cf50f
line wrap: on
line diff
--- a/hgext3rd/topic/__init__.py	Sun Jul 02 19:40:56 2017 +0200
+++ b/hgext3rd/topic/__init__.py	Sun Jul 02 19:42:23 2017 +0200
@@ -113,7 +113,7 @@
               'topic.active': 'green',
              }
 
-version = '0.1.0'
+version = '0.1.1.dev'
 testedwith = '4.0.2 4.1.3 4.2.1'
 minimumhgversion = '4.0'
 buglink = 'https://bz.mercurial-scm.org/'