Browse Source

merge trunk

Jelmer Vernooij 13 years ago
parent
commit
74c7113844
3 changed files with 5 additions and 3 deletions
  1. 3 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 3 - 1
NEWS

@@ -1,4 +1,6 @@
-0.8.2	UNRELEASED
+0.8.3	UNRELEASED
+
+0.8.2	2011-12-18
 
  BUG FIXES
 

+ 1 - 1
dulwich/__init__.py

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

+ 1 - 1
setup.py

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