commit e2b2d95c6612fcd1969d8297c4d03dfd9d841cd3 from: Jelmer Vernooij date: Fri Jul 15 17:33:44 2022 UTC release 0.20.45. commit - 2e350cbd46abd7a2c3def9f313df2f5df6546989 commit + e2b2d95c6612fcd1969d8297c4d03dfd9d841cd3 blob - b348b90793c0825266c1719ceb82d678912668b6 blob + c1e05f3fbbdc768a6368fca0e27496771c2f6d78 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.45 UNRELEASED +0.20.45 2022-07-15 * Add basic ``dulwich.porcelain.submodule_list`` and ``dulwich.porcelain.submodule_add`` (Jelmer Vernooij) blob - 4544902ed0a6ad3a3d904cd6c64d39e9cb72860f blob + f8c469fdcbbd82e6b203eafad16c42dbd5ace0b0 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 44) +__version__ = (0, 20, 45) blob - 3c557ab7db8b44fb11b1ad1d677fee8ec3467d63 blob + be33a45786596ff3c5bbf3af75ea7b1b8de6e00c --- setup.py +++ setup.py @@ -23,7 +23,7 @@ if sys.version_info < (3, 6): 'For 2.7 support, please install a version prior to 0.20') -dulwich_version_string = '0.20.44' +dulwich_version_string = '0.20.45' class DulwichDistribution(Distribution):