Release 0.20.15
Jelmer Vernooij
a month ago
0 | |
0.20.15 UNRELEASED
|
|
0 |
0.20.15 2020-12-23
|
1 | 1 |
|
2 | 2 |
* Add some functions for parsing and writing bundles.
|
3 | 3 |
(Jelmer Vernooij)
|
21 | 21 |
|
22 | 22 |
"""Python implementation of the Git file formats and protocols."""
|
23 | 23 |
|
24 | |
__version__ = (0, 20, 14)
|
|
24 |
__version__ = (0, 20, 15)
|
22 | 22 |
'For 2.7 support, please install a version prior to 0.20')
|
23 | 23 |
|
24 | 24 |
|
25 | |
dulwich_version_string = '0.20.14'
|
|
25 |
dulwich_version_string = '0.20.15'
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
class DulwichDistribution(Distribution):
|