commit 02bf5d75313bbbb537ec962028d2659f84b359c2 from: Jelmer Vernooij date: Sun Oct 30 00:40:42 2022 UTC Start on 0.20.49 commit - 6bb1c3021e01021641e980712e7634a0ce2c9419 commit + 02bf5d75313bbbb537ec962028d2659f84b359c2 blob - 7e41bc1d882b323443eaf6fb53cd249670cdae9f blob + 53ab2729b5bffa173ecaa7a82b810e4232015d38 --- NEWS +++ NEWS @@ -1,5 +1,6 @@ -0.20.48 UNRELEASED +0.20.49 UNRELEASED +0.20.48 SKIPPED 0.20.47 SKIPPED * Fix Repo.reset_index. blob - 8a184499330ad9795d3944476a93b8871e14c125 blob + a01f5382534efb093466213f494543de15359e7e --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 47) +__version__ = (0, 20, 49)