瀏覽代碼

Start on 0.17.1.

Jelmer Vernooij 8 年之前
父節點
當前提交
5b61fc773c
共有 3 個文件被更改,包括 8 次插入2 次删除
  1. 6 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 6 - 0
NEWS

@@ -1,3 +1,9 @@
+0.17.1	UNRELEASED
+
+ IMPROVEMENTS
+
+ * Add basic 'dulwich pull' command. (Jelmer Vernooij)
+
 0.17.0	2017-03-01
 
  TEST FIXES

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

@@ -9,7 +9,7 @@ except ImportError:
     from distutils.core import setup, Extension
 from distutils.core import Distribution
 
-dulwich_version_string = '0.17.0'
+dulwich_version_string = '0.17.1'
 
 include_dirs = []
 # Windows MSVC support