--- 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