Jelmer Vernooij преди 2 години
родител
ревизия
15522364f3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.20.47	UNRELEASED
+0.20.47	2022-10-29
 
  * Fix Repo.reset_index.
    Previously, it instead took the union with the given tree.

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 20, 46)
+__version__ = (0, 20, 47)