Browse Source

Start on 0.21.8.

Jelmer Vernooij 1 year ago
parent
commit
2f37e02a00
2 changed files with 3 additions and 2 deletions
  1. 2 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 2 - 1
NEWS

@@ -1,4 +1,5 @@
-0.21.7	UNRELEASED
+0.21.8	UNRELEASED
+
 0.21.7	2023-12-05
  * Fix NameError when encountering errors during HTTP operation.
    (Jelmer Vernooij, #1208)

+ 1 - 1
dulwich/__init__.py

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