Browse Source

Release 0.22.0

Jelmer Vernooij 11 months ago
parent
commit
4f17468f29
2 changed files with 2 additions and 2 deletions
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
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)
 

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 21, 8)
+__version__ = (0, 22, 0)