Skip to content

Commit f1ae053

Browse files
committed
release 0.22.3
1 parent 48078d0 commit f1ae053

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.github/workflows/python-distributions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Build Python distributions
33
on:
44
push:
55
branches: [ main, master ]
6+
tags:
7+
- 'dulwich-*'
68
pull_request:
79
schedule:
810
- cron: "0 6 * * *" # Daily 6AM UTC build

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resolver = "2"
66
pyo3 = ">=0.19"
77

88
[workspace.package]
9-
version = "0.22.2"
9+
version = "0.22.3"

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.22.3 2024-10-15
2+
3+
* Improve wheel building in CI, so we can upload wheels for the next release.
4+
(Jelmer Vernooij)
5+
16
0.22.2 2024-10-09
27

38
* Ship ``Cargo.lock``. (Jelmer Vernooij, #1287)

dulwich/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222

2323
"""Python implementation of the Git file formats and protocols."""
2424

25-
__version__ = (0, 22, 2)
25+
__version__ = (0, 22, 3)

0 commit comments

Comments
 (0)