Skip to content

Commit

Permalink
release 0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 16, 2024
1 parent 48078d0 commit 5e4e092
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resolver = "2"
pyo3 = ">=0.19"

[workspace.package]
version = "0.22.2"
version = "0.22.3"
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.22.3 2024-10-15

* Improve wheel building in CI, so we can upload wheels for the next release.
(Jelmer Vernooij)

0.22.2 2024-10-09

* Ship ``Cargo.lock``. (Jelmer Vernooij, #1287)
Expand Down
2 changes: 1 addition & 1 deletion dulwich/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

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

__version__ = (0, 22, 2)
__version__ = (0, 22, 3)

0 comments on commit 5e4e092

Please sign in to comment.