Parcourir la source

Start on 0.16.2.

Jelmer Vernooij il y a 8 ans
Parent
commit
e04de671cc
3 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.16.2	UNRELEASED
+
 0.16.1	2016-12-25
 
  BUG FIXES

+ 1 - 1
dulwich/__init__.py

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

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