diff --git a/CHANGES.txt b/CHANGES.txt index 92a0a8c3..bc4a485d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +v1.3.2, 2014-12-13 + * Improved initial running of example project, providing login links + and buttons for adding or importing data. #222 #411 #419 + v1.3.1, 2014-12-12 * Fix error in speaker colour display in Python 3. * Akoma Ntoso import diff --git a/setup.py b/setup.py index 4430706e..85834148 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read_file(filename): setup( name="django-sayit", - version='1.3.1', + version='1.3.2', description='A data store for speeches and transcripts to make them searchable and pretty.', long_description=read_file('README.rst'), author='mySociety',