commit 8b80b9dc800045c6c3c9769584106d58c1fc0d8e from: Jelmer Vernooij date: Tue Jan 17 19:29:36 2023 UTC Release 0.21.1. commit - 7e80b89c28fc52536c8d4cd8a1df02f8598a545a commit + 8b80b9dc800045c6c3c9769584106d58c1fc0d8e blob - de2c2ac470fad9243e3a79d65ebf2be132914da9 blob + c5aeaee7bd5d80606e3bd25d50e5b7d8f03b62e7 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.21.1 UNRELEASED +0.21.1 2023-01-17 * Factor out ``dulwich.pack.extend_pack``. (Jelmer Vernooij) blob - 4f3b573cadc1a2233d17d7a2d65979c3267ccda1 blob + 8f7cafdb19f2e5b089dad79b3c9d24d2f2176636 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 21, 0) +__version__ = (0, 21, 1)