Skip to content

Commit

Permalink
Prepare for 2.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Jun 2, 2020
1 parent 3dc7aa3 commit 64adab5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes for django-councilmatic

## Version 2.5.7

*Changes*

Updates `refresh_pic` logic to remove documents related to recently updated bills and events, as well as documents related to upcoming events.

**Release date:** 6-2-2020

## Version 2.5.6

*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='2.5.6',
version='2.5.7',
packages=find_packages(exclude=('tests',)),
include_package_data=True,
license='MIT License', # example license
Expand Down

0 comments on commit 64adab5

Please sign in to comment.