Commit Diff


commit - 04b77fa503df756cea2cbc2d651282a0481e9ed8
commit + 4f17468f29ee36b9791749058468b770326aa032
blob - e176b7fb4fd671612a6ca2a605a89504cb412008
blob + 8e31ee5eea3f1783da75008aee804f13ff7cbef5
--- NEWS
+++ NEWS
@@ -1,4 +1,4 @@
-0.21.8	UNRELEASED
+0.22.0	2024-04-22
 
  * Stop installing docs/ as part of package code. (Jelmer Vernooij, #1248)
 
blob - 1850594a061e2fefa29d3c568dfab04f37023398
blob + 40ec989e8cc9766a256f86e50253a711d18c3ed3
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 21, 8)
+__version__ = (0, 22, 0)