changeset 1230:e886bc501796 stable 5.1.2

preparing version 5.1.2
author Pierre-Yves David <pierre-yves.david@fb.com>
date Wed, 01 Apr 2015 14:40:40 -0700
parents 175cc89bbe4c
children 5b6c42a3e12f
files README hgext/evolve.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/README	Wed Apr 01 14:43:13 2015 -0700
+++ b/README	Wed Apr 01 14:40:40 2015 -0700
@@ -51,7 +51,7 @@
 Changelog
 =========
 
-5.1.2 --
+5.1.2 -- 2015-04-01
 
 - evolve: prevent a crash in httpclient_pushobsmarkers() when pushing
 
--- a/hgext/evolve.py	Wed Apr 01 14:43:13 2015 -0700
+++ b/hgext/evolve.py	Wed Apr 01 14:40:40 2015 -0700
@@ -19,8 +19,8 @@
     - improves some aspect of the early implementation in Mercurial core
 '''
 
-__version__ = '5.1.1'
-testedwith = '3.3'
+__version__ = '5.1.2'
+testedwith = '3.3.3'
 buglink = 'http://bz.selenic.com/'
 
 import sys, os