commit 9955bd04014cd0e1d29abe667732628b88fc1919 from: Jelmer Vernooij date: Thu May 04 01:34:11 2023 UTC Release 0.21.4.1. commit - b3dec03eba9c0ad031a5257be28b61229f2fbc4f commit + 9955bd04014cd0e1d29abe667732628b88fc1919 blob - 7cc8a886208a67a084148d9d7238f9f4b5c9a1d0 blob + e33585ffecb044ca35a94e696f68babcde962f26 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.21.4.1 UNRELEASED +0.21.4.1 2023-05-04 * Support ``core.symlinks=false``. (Jelmer Vernooij, #1169) blob - 3a6ab860163d27865582e8c393eb0219ceef3ee4 blob + dd9a31a3c8e681c3d87f9bacd12260a41fe1838e --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 21, 3) +__version__ = (0, 21, 4, 1)