From 98aa519c7360f4588cb06ced0b017fece866ac4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 18 Jan 2023 23:08:15 +0000 Subject: [PATCH] Release 0.21.2. --- NEWS | 2 +- dulwich/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0f796ca4a..a4426d469 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.21.2 UNRELEASED +0.21.2 2023-01-18 * Fix early file close bug in ``dulwich.pack.extend_pack``. (Jelmer Vernooij) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 8f7cafdb1..58e29c9cc 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, 1) +__version__ = (0, 21, 2)