Explorar o código

Start on 0.9.5.

Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
f0c79be8f0
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.9.5	UNRELEASED
+
 0.9.4	2013-11-30
 
  IMPROVEMENTS

+ 1 - 1
dulwich/__init__.py

@@ -21,4 +21,4 @@
 
 """Python implementation of the Git file formats and protocols."""
 
-__version__ = (0, 9, 4)
+__version__ = (0, 9, 5)

+ 1 - 1
setup.py

@@ -10,7 +10,7 @@ except ImportError:
     has_setuptools = False
 from distutils.core import Distribution
 
-dulwich_version_string = '0.9.4'
+dulwich_version_string = '0.9.5'
 
 include_dirs = []
 # Windows MSVC support