commit 8bc73346e5a92f11f7790af1e3b2d74691a34d91 from: Jelmer Vernooij date: Sun Oct 30 01:45:40 2022 UTC Prep for 0.20.50. commit - ecc1f75ff49fcbf6abc2e6ee77ef95344619bf13 commit + 8bc73346e5a92f11f7790af1e3b2d74691a34d91 blob - 53ab2729b5bffa173ecaa7a82b810e4232015d38 blob + c098739d792d0d59d0ffa25330c90eef8151b536 --- NEWS +++ NEWS @@ -1,7 +1,4 @@ -0.20.49 UNRELEASED - -0.20.48 SKIPPED -0.20.47 SKIPPED +0.20.50 UNRELEASED * Fix Repo.reset_index. Previously, it instead took the union with the given tree. blob - a01f5382534efb093466213f494543de15359e7e blob + ca08b38b030d51253ea59c74f53726a7400c4c9d --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 49) +__version__ = (0, 20, 50)