From aa76ded27a7240a688454868220c4bf00ee627b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20L=2E=20Pati=C3=B1o?= Date: Fri, 1 Jul 2016 15:39:48 +0100 Subject: [PATCH] Bump version to 0.4.2. --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index e10cc29..b3bf0e3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = '0.4.1' +version = '0.4.2' # The full version, including alpha/beta/rc tags. -release = '0.4.1' +release = '0.4.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e21b02e..50fefee 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-timeline-logger', - version='0.4.1', + version='0.4.2', description='Generic event logger for Django models.', author='Maykin Media', author_email='support@maykinmedia.nl',