Skip to content

Commit

Permalink
Release 0.21.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed May 4, 2023
1 parent b3dec03 commit 9955bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.21.4.1 UNRELEASED
0.21.4.1 2023-05-04

* Support ``core.symlinks=false``. (Jelmer Vernooij, #1169)

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, 21, 3)
__version__ = (0, 21, 4, 1)

1 comment on commit 9955bd0

@polyzen
Copy link
Contributor

@polyzen polyzen commented on 9955bd0 May 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are not happy with this version:

    return ("dulwich/%d.%d.%d" % dulwich.__version__).encode("ascii")
            ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~
TypeError: not all arguments converted during string formatting

Please sign in to comment.