소스 검색

Prep for 0.20.50.

Jelmer Vernooij 2 년 전
부모
커밋
8bc73346e5
2개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 1 4
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 1 - 4
NEWS

@@ -1,7 +1,4 @@
-0.20.49	UNRELEASED
-
-0.20.48	SKIPPED
-0.20.47	SKIPPED
+0.20.50	UNRELEASED
 
  * 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, 49)
+__version__ = (0, 20, 50)