Skip to content

Commit

Permalink
Merge pull request #229 from datamade/prep-for-new-release
Browse files Browse the repository at this point in the history
Prep for new release
  • Loading branch information
reginafcompton authored Jan 29, 2019
2 parents 9f673d4 + c13bf61 commit 3a710b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release notes for django-councilmatic

## Version 0.10.12

*Changes*

Modifies `import_data`, so that the script removes the contents of the `downloads` directory at the end of every import. It does this by default; users have the option to call the command with `--keep_downloads`.

Fixes a bug in `import_data`: now, the import considers all bills related to an event agenda item, not just the first one.

**Release date:** 1-29-2019

## Version 0.10.11

*Changes*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-councilmatic',
version='0.10.11',
version='0.10.12',
packages=['councilmatic_core'],
include_package_data=True,
license='MIT License', # example license
Expand Down

0 comments on commit 3a710b3

Please sign in to comment.