commit 3fa7da65c80c05ab1fbeae11acb59e7419d789b0 from: Jelmer Vernooij date: Tue May 17 14:09:07 2022 UTC Release 0.20.38. commit - 877095b47a6c8685833a4b2c9b3d09274ca7bfdc commit + 3fa7da65c80c05ab1fbeae11acb59e7419d789b0 blob - 91d1a2616c64a9c562df7d7c73f0aa88c853fc94 blob + 5c5dff25f04353f48e65006651ef391b2d636e93 --- NEWS +++ NEWS @@ -1,4 +1,4 @@ -0.20.38 UNRELEASED +0.20.38 2022-05-17 * Disable paramiko tests if paramiko is not available. (Michał Górny) blob - 8599768f1293a439884b8a76726a521877bb2a83 blob + 5edcc3c435f350c8f3d87fffa5b141e1d40d9d12 --- dulwich/__init__.py +++ dulwich/__init__.py @@ -22,4 +22,4 @@ """Python implementation of the Git file formats and protocols.""" -__version__ = (0, 20, 37) +__version__ = (0, 20, 38) blob - b3c2f76e0a7309f75eaf97f45dccecbfa75aba3a blob + abcf469251c05d857dee065caba009c5ee03341a --- 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.37' +dulwich_version_string = '0.20.38' class DulwichDistribution(Distribution):