comparison hgext3rd/topic/__init__.py @ 5154:3ff25aafdb4e stable

packaging: mark as developer version
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 29 Feb 2020 14:59:23 +0700
parents 83b607a9296d
children 3a2a17b1985c af9f40236037
comparison
equal deleted inserted replaced
5153:1797ef00d15f 5154:3ff25aafdb4e
200 # (first pick I could think off, update as needed 200 # (first pick I could think off, update as needed
201 b'log.topic': b'green_background', 201 b'log.topic': b'green_background',
202 b'topic.active': b'green', 202 b'topic.active': b'green',
203 } 203 }
204 204
205 __version__ = b'0.18.0' 205 __version__ = b'0.18.1.dev'
206 206
207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3' 207 testedwith = b'4.6.2 4.7 4.8 4.9 5.0 5.1 5.2 5.3'
208 minimumhgversion = b'4.6' 208 minimumhgversion = b'4.6'
209 buglink = b'https://bz.mercurial-scm.org/' 209 buglink = b'https://bz.mercurial-scm.org/'
210 210