Commit Diff


commit - b5f87e7da3f80c3596d4b299dd4b50d9b50ce15c
commit + 5210e1384674a7dc0da92d0bb51a4edcb3c420dc
blob - f33fc2fdb5b47fc8f41cf29f56aac18b50c0551a
blob + 41df77cb18f9fe41ee34b2ea91f62eb998ccbe15
--- NEWS
+++ NEWS
@@ -1,4 +1,4 @@
-0.20.27	UNRELEASED
+0.20.27	2022-01-04
 
  * Allow adding files to repository in pre-commit hook.
    (Jelmer Vernooij, #916)
blob - 888b48f0605589b966ee4e903a226ba8c5b54014
blob + cb4d90567e8c0bd5de88570241991fe0bf84be73
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 20, 26)
+__version__ = (0, 20, 27)
blob - b1b6e5e3283945b58ca84f7e567f5baf3212060b
blob + 8ca2a2fb253b8e6c74e80d5499feec21834c7deb
--- 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.26'
+dulwich_version_string = '0.20.27'
 
 
 class DulwichDistribution(Distribution):