comparison hgext3rd/topic/__init__.py @ 3595:6d08873b5e2f stable

packaging: mark version as devel version This will help prevent confusion when installing non-tagged version.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 22 Mar 2018 00:47:09 +0100
parents fe7dd5dce8c5
children 501070b973be
comparison
equal deleted inserted replaced
3594:3e638a94ff18 3595:6d08873b5e2f
174 # (first pick I could think off, update as needed 174 # (first pick I could think off, update as needed
175 'log.topic': 'green_background', 175 'log.topic': 'green_background',
176 'topic.active': 'green', 176 'topic.active': 'green',
177 } 177 }
178 178
179 __version__ = '0.8.0' 179 __version__ = '0.8.1.dev'
180 180
181 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2 4.5.2' 181 testedwith = '4.1.3 4.2.3 4.3.3 4.4.2 4.5.2'
182 minimumhgversion = '4.1' 182 minimumhgversion = '4.1'
183 buglink = 'https://bz.mercurial-scm.org/' 183 buglink = 'https://bz.mercurial-scm.org/'
184 184