pkg: prepare version 1.0.1 stable
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Fri, 31 Aug 2012 11:18:39 +0200
branchstable
changeset 541 3859f8e7d0d1
parent 540 8c5da9e75ae0
child 542 ca5bb72d14ae
pkg: prepare version 1.0.1
README
setup.py
--- a/README	Thu Aug 30 22:05:05 2012 +0200
+++ b/README	Fri Aug 31 11:18:39 2012 +0200
@@ -46,7 +46,12 @@
 Changelog
 ==================
 
-1.0
+1.0.1 -- 2012-08-31
+
+- documentation improvement
+- fix a performance bug with hgweb
+
+1.0 -- 2012-08-29
 
 - Align with Mercurial version 2.3 (drop 2.2 support).
 - stabilize handle killed parent
--- a/setup.py	Thu Aug 30 22:05:05 2012 +0200
+++ b/setup.py	Fri Aug 31 11:18:39 2012 +0200
@@ -5,7 +5,7 @@
 
 setup(
     name='hg-evolve',
-    version='1.0.0',
+    version='1.0.1',
     author='Pierre-Yves David',
     maintainer='Pierre-Yves David',
     maintainer_email='pierre-yves.david@logilab.fr',