Explorar o código

Start on 0.15.1.

Jelmer Vernooij %!s(int64=8) %!d(string=hai) anos
pai
achega
096fa9ce3d
Modificáronse 3 ficheiros con 4 adicións e 2 borrados
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.15.1	UNRELEASED
+
 0.15.0	2016-10-09
 
  BUG FIXES

+ 1 - 1
dulwich/__init__.py

@@ -22,4 +22,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 15, 0)
+__version__ = (0, 15, 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.15.0'
+dulwich_version_string = '0.15.1'
 
 include_dirs = []
 # Windows MSVC support