Skip to content

Commit

Permalink
Release 0.21.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Dec 5, 2023
1 parent d8fc586 commit 1a55e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.21.7 UNRELEASED

0.21.7 2023-12-05
* Fix NameError when encountering errors during HTTP operation.
(Jelmer Vernooij, #1208)

Expand Down
2 changes: 1 addition & 1 deletion dulwich/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

"""Python implementation of the Git file formats and protocols."""

__version__ = (0, 21, 6)
__version__ = (0, 21, 7)

0 comments on commit 1a55e31

Please sign in to comment.