Skip to content

Commit

Permalink
Upgrade Travis to Python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Mar 31, 2020
1 parent 932af08 commit 11b23da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branches:

language: python

python: '3.4'
python: '3.5'

env:
- db_user=postgres
Expand Down
2 changes: 2 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Version 2.5.5

*Changes*

Removes the Councilmatic BillDocument model and updates `convert_attachment_text` to deal with the new data structure, as well as some subtler request/conversion failures.

Updates all slug fields to `SlugField`s.
Expand Down

0 comments on commit 11b23da

Please sign in to comment.