From f2af178b14c9aa93322cb18411f8cba01a418426 Mon Sep 17 00:00:00 2001 From: matiasb Date: Sat, 20 May 2017 13:07:29 -0300 Subject: [PATCH] Re-release as 0.5.3. --- HISTORY | 5 +++++ unidiff/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 3112374..f9e1a53 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ History ------- +0.5.3 - 2016-04-10 +------------------ + +* Re-released 0.5.2 as 0.5.3 because of issues with PyPI. + 0.5.2 - 2016-02-02 ------------------ diff --git a/unidiff/__init__.py b/unidiff/__init__.py index 28d21bf..a4f8fae 100644 --- a/unidiff/__init__.py +++ b/unidiff/__init__.py @@ -38,4 +38,4 @@ ) -VERSION = '0.5.2' +VERSION = '0.5.3'