comparison hgext3rd/topic/__init__.py @ 6732:5b20bc704577 stable

packaging: mark as developer version
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 03 Mar 2024 14:40:01 -0300
parents c31c66383810
children 50c0f1e2dfb6 c2a4e21f4aaf
comparison
equal deleted inserted replaced
6731:9b035872ba6a 6732:5b20bc704577
235 # default color to help log output and thg 235 # default color to help log output and thg
236 # (first pick I could think off, update as needed 236 # (first pick I could think off, update as needed
237 b'log.topic': b'green_background', 237 b'log.topic': b'green_background',
238 } 238 }
239 239
240 __version__ = b'1.1.2' 240 __version__ = b'1.1.3.dev0'
241 241
242 testedwith = b'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 6.4 6.5 6.6 6.7' 242 testedwith = b'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 6.4 6.5 6.6 6.7'
243 minimumhgversion = b'4.9' 243 minimumhgversion = b'4.9'
244 buglink = b'https://bz.mercurial-scm.org/' 244 buglink = b'https://bz.mercurial-scm.org/'
245 245