commit - 1562c4e3fcaba7ada857773ff2f7cd4282062632
commit + 1ba38c7516765f770e974681f5a378ebf465c3ec
blob - 75dc2afa341a6904b3cd7eab5be31aa45a08321f
blob + f89546cd103dce449639447d94e4e8c6650d2b53
--- NEWS
+++ NEWS
-0.20.35 UNRELEASED
+0.20.35 2022-03-20
* Document the ``path`` attribute for ``Repo``.
(Jelmer Vernooij, #854)
blob - 4c5224f080a3195759bb65c94bdd346d873eb6cc
blob + 0280087fb5605eb2c6788bcbc757e3d6e6ca0616
--- dulwich/__init__.py
+++ dulwich/__init__.py
"""Python implementation of the Git file formats and protocols."""
-__version__ = (0, 20, 34)
+__version__ = (0, 20, 35)
blob - b2f67166d46816e6c090c2087ffdfa6b6095f183
blob + c1eed47566a5bedae1bc21014b88862d3edb217f
--- setup.py
+++ setup.py
'For 2.7 support, please install a version prior to 0.20')
-dulwich_version_string = '0.20.34'
+dulwich_version_string = '0.20.35'
class DulwichDistribution(Distribution):