Jelmer Vernooij před 15 roky
rodič
revize
703a18039b
3 změnil soubory, kde provedl 9 přidání a 3 odebrání
  1. 7 1
      NEWS
  2. 1 1
      dulwich/__init__.py
  3. 1 1
      setup.py

+ 7 - 1
NEWS

@@ -1,4 +1,8 @@
-0.3.4	UNRELEASED
+0.4.0	2009-10-07
+
+ DOCUMENTATION
+
+  * Added tutorial.
 
  API CHANGES
 
@@ -13,6 +17,8 @@
 
   * Add proper error message when server unexpectedly hangs up. (#415843)
 
+  * Correctly write opcode for equal in create_delta.
+
 0.3.3	2009-07-23
 
  FEATURES

+ 1 - 1
dulwich/__init__.py

@@ -27,4 +27,4 @@ import protocol
 import repo
 import server
 
-__version__ = (0, 3, 4)
+__version__ = (0, 4, 0)

+ 1 - 1
setup.py

@@ -5,7 +5,7 @@
 from distutils.core import setup
 from distutils.extension import Extension
 
-dulwich_version_string = '0.3.4'
+dulwich_version_string = '0.4.0'
 
 include_dirs = []
 # Windows MSVC support