comparison src/hgext3rd/hggit_serve/__init__.py @ 21:7d81e9692505 default tip

Bump to v0.3.1.
author Paul Fisher <paul@pfish.zone>
date Mon, 23 Feb 2026 17:12:43 -0500
parents a70f387ab3cd
children
comparison
equal deleted inserted replaced
20:84dfbee2ced6 21:7d81e9692505
95 95
96 # 96 #
97 # Interfacing with Mercurial 97 # Interfacing with Mercurial
98 # 98 #
99 99
100 __version__ = '0.3.0' 100 __version__ = '0.3.1'
101 testedwith = b'7.1 7.2' 101 testedwith = b'7.1 7.2'
102 minimumhgversion = b'7.1' 102 minimumhgversion = b'7.1'
103 103
104 104
105 __all__ = ( 105 __all__ = (