From 5cd55ac38c31b627d6e943e60f569277f774fe1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alieh=20Ryma=C5=A1e=C5=ADski?= Date: Tue, 7 Apr 2020 12:03:09 +0300 Subject: [PATCH] Bump version to 0.6.5 --- 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 1a23caf..13e344f 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.4' +release = '0.6.5' # 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 5aeb5bf..4520303 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='django-auditlog', - version='0.6.4', + version='0.6.5', packages=['auditlog', 'auditlog.migrations', 'auditlog.management', 'auditlog.management.commands'], package_dir={'': 'src'}, url='https://github.com/MacmillanPlatform/django-auditlog/',