commit 6b145257b772de249303f0e881ca2d3c65ada18e from: Jelmer Vernooij date: Sun Jan 15 17:34:05 2023 UTC Bump version to 0.21.0. commit - c89cf2d3318a8247c1329a3ff976d5e7dae5e87b commit + 6b145257b772de249303f0e881ca2d3c65ada18e blob - ca08b38b030d51253ea59c74f53726a7400c4c9d blob + 4f3b573cadc1a2233d17d7a2d65979c3267ccda1 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 50) +__version__ = (0, 21, 0)