From 1a55e3198a54b4ad347c7e31adbc8656ee9ec82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 5 Dec 2023 18:15:36 +0000 Subject: [PATCH] Release 0.21.7. --- NEWS | 2 +- dulwich/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 8e76a9d8f..58d733aad 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 292469edf..ac74ff10d 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 21, 6) +__version__ = (0, 21, 7) \ No newline at end of file