comparison hgext3rd/topic/__init__.py @ 4890:a8fa397795c1 stable

packaging: mark as development version This avoid confusion.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 05 Oct 2019 14:26:19 -0400
parents d989bab720e5
children 38079b848657 fcefc052a3b1
comparison
equal deleted inserted replaced
4889:597a90b8910c 4890:a8fa397795c1
185 # (first pick I could think off, update as needed 185 # (first pick I could think off, update as needed
186 b'log.topic': b'green_background', 186 b'log.topic': b'green_background',
187 b'topic.active': b'green', 187 b'topic.active': b'green',
188 } 188 }
189 189
190 __version__ = b'0.17.1' 190 __version__ = b'0.17.2.dev'
191 191
192 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1' 192 testedwith = b'4.5.2 4.6.2 4.7 4.8 4.9 5.0 5.1'
193 minimumhgversion = b'4.5' 193 minimumhgversion = b'4.5'
194 buglink = b'https://bz.mercurial-scm.org/' 194 buglink = b'https://bz.mercurial-scm.org/'
195 195