comparison hgext3rd/topic/__init__.py @ 6821:08947ff0c019 stable

packaging: mark as developer version
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 28 Jun 2024 17:57:28 +0400
parents ed7c98393e06
children ed00ed185249 78002b91e235
comparison
equal deleted inserted replaced
6820:ada0e8912b2b 6821:08947ff0c019
236 # default color to help log output and thg 236 # default color to help log output and thg
237 # (first pick I could think off, update as needed 237 # (first pick I could think off, update as needed
238 b'log.topic': b'green_background', 238 b'log.topic': b'green_background',
239 } 239 }
240 240
241 __version__ = b'1.1.4' 241 __version__ = b'1.1.5.dev0'
242 242
243 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 6.8' 243 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 6.8'
244 minimumhgversion = b'4.9' 244 minimumhgversion = b'4.9'
245 buglink = b'https://bz.mercurial-scm.org/' 245 buglink = b'https://bz.mercurial-scm.org/'
246 246