From 4f17468f29ee36b9791749058468b770326aa032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 22 Apr 2024 18:28:42 +0100 Subject: [PATCH] Release 0.22.0 --- NEWS | 2 +- dulwich/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e176b7fb4..8e31ee5ee 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.21.8 UNRELEASED +0.22.0 2024-04-22 * Stop installing docs/ as part of package code. (Jelmer Vernooij, #1248) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 1850594a0..40ec989e8 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, 8) +__version__ = (0, 22, 0)