From 02855449a72329e7906293f8a9f67557d27c60b7 Mon Sep 17 00:00:00 2001 From: Manuel Jeckelmann Date: Wed, 15 Jul 2015 17:09:46 +0200 Subject: [PATCH] Bump version's patch number to 1.5.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a453ebe..815745e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ """ setup(name='CleanerVersion', - version='1.5.2', + version='1.5.3', description='A versioning solution for relational data models using the Django ORM', long_description='CleanerVersion is a solution that allows you to read and write multiple versions of an entry ' 'to and from your relational database. It allows to keep track of modifications on an object '