Ver código fonte

Start on 0.8.6.

Jelmer Vernooij 13 anos atrás
pai
commit
024bfcb11e
3 arquivos alterados com 4 adições e 2 exclusões
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.8.6	UNRELEASED
+
 0.8.5	2012-03-29
 
  BUG FIXES

+ 1 - 1
dulwich/__init__.py

@@ -23,4 +23,4 @@
 
 from dulwich import (client, protocol, repo, server)
 
-__version__ = (0, 8, 5)
+__version__ = (0, 8, 6)

+ 1 - 1
setup.py

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