Browse Source

Release 0.21.6.

Jelmer Vernooij 1 year ago
parent
commit
daf70786f9
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.6	UNRELEASED
+0.21.6	2023-09-02
 
  * index: Handle different stages of conflicted paths.
    (Kevin Hendricks, Jelmer Vernooij)

+ 1 - 1
dulwich/__init__.py

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