Mercurial > evolve
comparison hgext3rd/topic/__init__.py @ 3725:3b220226bbec stable
packaking: mark as development version
This avoid confusion when installing from source.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Wed, 25 Apr 2018 14:16:35 +0100 |
parents | 116cdd8c102a |
children | 3f26434bdf5c f0f9139016d8 |
comparison
equal
deleted
inserted
replaced
3721:69d6271f1067 | 3725:3b220226bbec |
---|---|
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.9.0' | 179 __version__ = '0.9.1.dev' |
180 | 180 |
181 testedwith = '4.3.3 4.4.2 4.5.2 4.6' | 181 testedwith = '4.3.3 4.4.2 4.5.2 4.6' |
182 minimumhgversion = '4.3' | 182 minimumhgversion = '4.3' |
183 buglink = 'https://bz.mercurial-scm.org/' | 183 buglink = 'https://bz.mercurial-scm.org/' |
184 | 184 |