From 358971aafe40d23e8b24065425a8089c297e46f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alieh=20Ryma=C5=A1e=C5=ADski?= Date: Fri, 17 Apr 2020 12:54:54 +0300 Subject: [PATCH] Bump version to 0.6.6 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 13e344f..faf884b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,7 @@ copyright = u'2017, Jan-Jelle Kester and contributors' # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.5' +release = '0.6.6' # 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 4520303..7784419 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='django-auditlog', - version='0.6.5', + version='0.6.6', packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'], package_dir={'': 'src'}, url='https://github.com/MacmillanPlatform/django-auditlog/',