From a3f1e1923dc831046812c2266702d7e0ba7d4a6b Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 16 Jun 2017 21:46:54 +0100 Subject: [PATCH] Version 1.5. --- CHANGES.txt | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index bd6b338c..4e182c95 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +v1.5, 2017-06-16 + * Django 1.10 and 1.11 support. + v1.4.1, 2016-11-10 * Fix issue with some exactly-pinned dependencies. * Bundle some missing .mo files. diff --git a/setup.py b/setup.py index 319c1496..e70e20f3 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def read_file(filename): setup( name="django-sayit", - version='1.4.1', + version='1.5', description='A data store for speeches and transcripts to make them searchable and pretty.', long_description=read_file('README.rst'), author='mySociety',