Skip to content

Commit

Permalink
Version 1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Dec 5, 2014
1 parent 8e4bbd1 commit 92d2676
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -10,3 +10,4 @@ chromedriver.log
*.swp
*.swo
django_sayit.egg-info
dist
25 changes: 24 additions & 1 deletion CHANGES.txt
@@ -1,3 +1,26 @@
v1.3, 2014-12-05
* Delete/ merge speaker front end interface. #407
* PopIt and Popolo JSON import management command and front end. #231 #310
* OpenGraph data output. #364 #416
* Dots in debate subsection timeline, fix section divider display. #372
* Spanish translation, bundled .mo files. #356
* Nicer section and speaker forms. #350
* Update the slug if you edit speaker or section. #433
* Show more editing buttons on home/ speakers pages. #417
* Improve speaker sorting, including ability to provide sort name.
* Use /section instead of /sections for editing URL endpoints.
* Akoma Ntoso import
* Options to clobber or skip existing data on import. #387
* No error if no files found on --dir import. #409
* Support for source_url. #354
* Development
* Quieten unneeded warning. #406
* flake8 everything, and add flake8 to pre-commit hook. #432
* Speed up Travis.

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

v1.2.2, 2014-10-01
* Fix a bug in South migrations introduced in v1.2 (80e3f0b4) where
migrating could give an error when it tried to rename the content type.
Expand All @@ -12,7 +35,7 @@ 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
* Make it easier to override the ImportCommand behaviour that is
filesystem-specific
* Remove requirement to run collectstatic before tests

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def read_file(filename):

setup(
name="django-sayit",
version='1.2.2',
version='1.3',
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 92d2676

Please sign in to comment.