Skip to content

Commit

Permalink
Version 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Sep 26, 2014
1 parent 5f270d2 commit c23e37d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,13 @@
v1.2.1, 2014-09-26
* Don't error if speaker image caching fails
* Add new-style migrations for Django 1.7
* Allow loading of remote Akoma Ntoso files
* Make it easier to override the ImportCommand behavior that is
filesystem-specific
* Remove requirement to run collectstatic before tests

Thanks to James McKinney and Matthew Somerville for their work on this release.

v1.2, 2014-09-19
* Cache speaker image from URL, using face recognition for thumbnail
* Improve display of subsections on section pages
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,4 +1,5 @@
include *.txt
include README.rst
recursive-include speeches/locale *
recursive-include speeches/static *
recursive-include speeches/templates *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -18,7 +18,7 @@ def read_file(filename):

setup(
name="django-sayit",
version='1.2',
version='1.2.1',
description='A data store for speeches and transcripts to make them searchable and pretty.',
long_description=read_file('README.rst'),
author='mySociety',
Expand Down

0 comments on commit c23e37d

Please sign in to comment.