changeset 1206:9b8628e0a142 stable 5.1.1

prepare release 5.1.1
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 05 Mar 2015 10:45:40 -0800
parents bfbe042a2e51
children 1e7c8046a9f4
files README hgext/evolve.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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/'