Jelmer Vernooij преди 13 години
родител
ревизия
b32e2385f2
променени са 3 файла, в които са добавени 5 реда и са изтрити 3 реда
  1. 2 0
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 2 2
      setup.py

+ 2 - 0
NEWS

@@ -1,3 +1,5 @@
+0.8.1	UNRELEASED
+
 0.8.0	2011-08-07
 
  FEATURES

+ 1 - 1
dulwich/__init__.py

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

+ 2 - 2
setup.py

@@ -1,6 +1,6 @@
 #!/usr/bin/python
 # Setup file for dulwich
-# Copyright (C) 2008-2010 Jelmer Vernooij <jelmer@samba.org>
+# Copyright (C) 2008-2011 Jelmer Vernooij <jelmer@samba.org>
 
 try:
     from setuptools import setup, Extension
@@ -10,7 +10,7 @@ except ImportError:
     has_setuptools = False
 from distutils.core import Distribution
 
-dulwich_version_string = '0.8.0'
+dulwich_version_string = '0.8.1'
 
 include_dirs = []
 # Windows MSVC support