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',