Jelmer Vernooij 13 роки тому
батько
коміт
48ae0f9c03
3 змінених файлів з 4 додано та 2 видалено
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.8.2	UNELEASED
+
 0.8.1	2011-10-31
 
  FEATURES

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

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