Skip to content

Commit

Permalink
Prepare for 3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Apr 5, 2023
1 parent 6359616 commit 10d46c3
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 3.2

_Changes_

Adds councilmatic_bio attribute to Person model.

**Release date:** 04-05-2023

## Version 3.1

_Changes_
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
name="django-councilmatic",
python_requires=">=3.6",
version="3.1",
version="3.2",
packages=find_packages(exclude=("tests",)),
include_package_data=True,
license="MIT License", # example license
Expand Down

0 comments on commit 10d46c3

Please sign in to comment.