From 9d70aba954b1d42f93322b2dc1e8f8b3d6690065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 22 Apr 2024 20:09:28 +0100 Subject: [PATCH] Start on 0.22.1 --- Cargo.toml | 2 +- NEWS | 2 ++ dulwich/__init__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c0bd5389b..efb522f9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ members = ["crates/*"] pyo3 = ">=0.19" [workspace.package] -version = "0.22.0" +version = "0.22.1" diff --git a/NEWS b/NEWS index 8e31ee5ee..7c4a41069 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.22.1 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 40ec989e8..c0b492501 100644 --- a/dulwich/__init__.py +++ b/dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 22, 0) +__version__ = (0, 22, 1)