comparison hgext3rd/topic/__init__.py @ 6359:cb9e77506cbc stable

packaging: mark as developer version
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 09 Dec 2022 14:57:14 +0400
parents 569e09c61c4f
children
comparison
equal deleted inserted replaced
6358:6dff9c845ee6 6359:cb9e77506cbc
229 # default color to help log output and thg 229 # default color to help log output and thg
230 # (first pick I could think off, update as needed 230 # (first pick I could think off, update as needed
231 b'log.topic': b'green_background', 231 b'log.topic': b'green_background',
232 } 232 }
233 233
234 __version__ = b'0.24.2' 234 __version__ = b'0.24.3.dev'
235 235
236 testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3' 236 testedwith = b'4.8 4.9 5.0 5.1 5.2 5.3 5.4 5.5 5.6 5.7 5.8 5.9 6.0 6.1 6.2 6.3'
237 minimumhgversion = b'4.8' 237 minimumhgversion = b'4.8'
238 buglink = b'https://bz.mercurial-scm.org/' 238 buglink = b'https://bz.mercurial-scm.org/'
239 239