--- a/README Thu Mar 05 10:44:43 2015 -0800
+++ b/README Thu Mar 05 10:45:40 2015 -0800
@@ -51,7 +51,7 @@
Changelog
=========
-5.1.1 --
+5.1.1 -- 2015-03-05
- debugobsconvert: fix invalid markers during conversion
- discovery: cache some of the obs hash computation to improve performance (issue4518)
--- a/hgext/evolve.py Thu Mar 05 10:44:43 2015 -0800
+++ b/hgext/evolve.py Thu Mar 05 10:45:40 2015 -0800
@@ -19,7 +19,7 @@
- improves some aspect of the early implementation in Mercurial core
'''
-__version__ = '5.1.0'
+__version__ = '5.1.1'
testedwith = '3.3'
buglink = 'http://bz.selenic.com/'