From 852f0f437e3f4017f37cf94696faaede10eeb7d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 23 Apr 2024 12:26:05 +0100 Subject: [PATCH] Start on 0.22.2 --- 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 efb522f9c..8f2150482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,4 @@ members = ["crates/*"] pyo3 = ">=0.19" [workspace.package] -version = "0.22.1" +version = "0.22.2" diff --git a/NEWS b/NEWS index 816ef35bc..f10b274db 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +0.22.2 UNRELEASED + 0.22.1 2024-04-23 * Handle alternate case for worktreeconfig setting (Will Shanks, #1285) diff --git a/dulwich/__init__.py b/dulwich/__init__.py index c0b492501..496dcc6d3 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, 1) +__version__ = (0, 22, 2)