Commit Diff


commit - 4c064a85f985a7ae33dc1332f569d9ca3605f560
commit + b66c25ee3393d54b044c714d0d9c053dd61fd0b6
blob - ec755ef7820d17b34bad7b4e08bfc54018f80207
blob + e9a4915216bd7eeacb6d4cb12ba218d4fccd1077
--- NEWS
+++ NEWS
@@ -1,4 +1,4 @@
-0.20.46	UNRELEASED
+0.20.46	2022-09-06
 
  * Apply insteadOf to rsync-style location strings
    (previously it was just applied to URLs).
blob - f8c469fdcbbd82e6b203eafad16c42dbd5ace0b0
blob + 2577ade721f7b412ff248e3d56e938072b35bfdd
--- dulwich/__init__.py
+++ dulwich/__init__.py
@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 20, 45)
+__version__ = (0, 20, 46)
blob - 197b023134f1b9bbfd9ea0422d40ae82f2133d8f
blob + 9484ff8bf2849b5df232bb50a2398d6e158b4bdd
--- setup.py
+++ setup.py
@@ -15,7 +15,7 @@ if sys.version_info < (3, 6):
         'For 2.7 support, please install a version prior to 0.20')
 
 
-dulwich_version_string = '0.20.45'
+dulwich_version_string = '0.20.46'
 
 
 class DulwichDistribution(Distribution):