From 46cb9ecfd357150d2b82a53b7ed247c5198e3457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 7 Jun 2022 00:22:48 +0100 Subject: [PATCH] Release 0.20.43. --- NEWS | 2 +- dulwich/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 44149dcb4..4263bf409 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -0.20.43 UNRELEASED +0.20.43 2022-06-07 * Lazily import url2pathname. (Jelmer Vernooij) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index 1f523433c..1645488ae 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 42) +__version__ = (0, 20, 43) diff --git a/setup.py b/setup.py index 161936c0c..a2983826a 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'For 2.7 support, please install a version prior to 0.20') -dulwich_version_string = '0.20.42' +dulwich_version_string = '0.20.43' class DulwichDistribution(Distribution):