comparison hgext3rd/topic/__init__.py @ 3165:6ca44f334d47 stable

packaging: mark as development version This help avoid confusion when installing non tagged version.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 02 Nov 2017 00:45:28 +0100
parents c56c028f3802
children 007e4d294ebe 251a286d390b
comparison
equal deleted inserted replaced
3164:47baf8b6c724 3165:6ca44f334d47
172 # (first pick I could think off, update as needed 172 # (first pick I could think off, update as needed
173 'log.topic': 'green_background', 173 'log.topic': 'green_background',
174 'topic.active': 'green', 174 'topic.active': 'green',
175 } 175 }
176 176
177 __version__ = '0.5.0' 177 __version__ = '0.5.1.dev'
178 178
179 testedwith = '4.1.3 4.2.3 4.3.3 4.4' 179 testedwith = '4.1.3 4.2.3 4.3.3 4.4'
180 minimumhgversion = '4.1' 180 minimumhgversion = '4.1'
181 buglink = 'https://bz.mercurial-scm.org/' 181 buglink = 'https://bz.mercurial-scm.org/'
182 182