diff --git a/CHANGES.txt b/CHANGES.txt index e9923073..92a0a8c3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,10 @@ +v1.3.1, 2014-12-12 + * Fix error in speaker colour display in Python 3. + * Akoma Ntoso import + * Better generic error handling, and of missing speaker TLCPersons + +Thanks to Jaroslav Semančík and johnfelipe for reporting these issues. + v1.3, 2014-12-05 * Delete/ merge speaker front end interface. #407 * PopIt and Popolo JSON import management command and front end. #231 #310 diff --git a/setup.py b/setup.py index 070ce914..4430706e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read_file(filename): setup( name="django-sayit", - version='1.3', + version='1.3.1', description='A data store for speeches and transcripts to make them searchable and pretty.', long_description=read_file('README.rst'), author='mySociety',