commit 15522364f3a8dc11f0fad204822006b734df1d46 from: Jelmer Vernooij date: Sat Oct 29 22:36:00 2022 UTC Release 0.20.47. commit - 913211e13fc62f949bb01f9c8c40ce3970b5f1a7 commit + 15522364f3a8dc11f0fad204822006b734df1d46 blob - ae34d80ac591375ba96c32e03844e440ec9beec2 blob + a6b68bfd8b370e9538aabf15d157295d965cc275 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.47 UNRELEASED +0.20.47 2022-10-29 * Fix Repo.reset_index. Previously, it instead took the union with the given tree. blob - 2577ade721f7b412ff248e3d56e938072b35bfdd blob + 8a184499330ad9795d3944476a93b8871e14c125 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 46) +__version__ = (0, 20, 47)