Explorar el Código

Release 0.2.0

Jelmer Vernooij hace 16 años
padre
commit
27720e65ab
Se han modificado 2 ficheros con 5 adiciones y 2 borrados
  1. 4 1
      NEWS
  2. 1 1
      dulwich/__init__.py

+ 4 - 1
NEWS

@@ -1,9 +1,12 @@
-0.2.0	UNRELEASED
+0.2.0	2009-04-30
 
  FEATURES
 
   * Support for activity reporting in smart protocol client.
 
+  * Optional C extensions for better performance in a couple of 
+    places that are performance-critical.
+
 0.1.1	2009-03-13
 
  BUG FIXES

+ 1 - 1
dulwich/__init__.py

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