@@ -1,3 +1,5 @@
+0.8.3 UNRELEASED
+
0.8.2 2011-12-18
BUG FIXES
@@ -23,4 +23,4 @@
from dulwich import (client, protocol, repo, server)
-__version__ = (0, 8, 2)
+__version__ = (0, 8, 3)
@@ -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