Release 0.19.0
Jelmer Vernooij
2 years ago
0 | |
0.19.0 UNRELEASED
|
|
0 |
0.19.0 2018-03-10
|
1 | 1 |
|
2 | 2 |
BUG FIXES
|
3 | 3 |
|
21 | 21 |
|
22 | 22 |
"""Python implementation of the Git file formats and protocols."""
|
23 | 23 |
|
24 | |
__version__ = (0, 18, 7)
|
|
24 |
__version__ = (0, 19, 0)
|
13 | 13 |
import os
|
14 | 14 |
import sys
|
15 | 15 |
|
16 | |
dulwich_version_string = '0.18.7'
|
|
16 |
dulwich_version_string = '0.19.0'
|
17 | 17 |
|
18 | 18 |
include_dirs = []
|
19 | 19 |
# Windows MSVC support
|