Jelmer Vernooij 8 anni fa
parent
commit
146afdec80
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 1 - 1
NEWS

@@ -1,4 +1,4 @@
-0.15.1	UNRELEASED
+0.16.0	2016-12-24
 
  IMPROVEMENTS
 

+ 1 - 1
dulwich/__init__.py

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

+ 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.15.1'
+dulwich_version_string = '0.16.0'
 
 include_dirs = []
 # Windows MSVC support