Browse Source

Release 0.20.17.

Jelmer Vernooij 4 years ago
parent
commit
1aedaeea93
2 changed files with 2 additions and 3 deletions
  1. 1 1
      NEWS
  2. 1 2
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.20.17	UNRELEASED
+0.20.17	2021-02-04
 
  * credentials: ignore end-of-line character. (Georges Racinet)
 

+ 1 - 2
setup.py

@@ -23,8 +23,7 @@ if sys.version_info < (3, 5):
         'For 2.7 support, please install a version prior to 0.20')
 
 
-dulwich_version_string = '0.20.15'
-
+dulwich_version_string = '0.20.17'
 
 class DulwichDistribution(Distribution):