Parcourir la source

Release 0.2.0

Jelmer Vernooij il y a 16 ans
Parent
commit
27720e65ab
2 fichiers modifiés avec 5 ajouts et 2 suppressions
  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)