Skip to content

Commit

Permalink
Merge pull request #413 from UW-GAC/release/v0.19
Browse files Browse the repository at this point in the history
Release v0.19
  • Loading branch information
amstilp committed Oct 27, 2023
2 parents 3d6f9d2 + 3a208ff commit f79c73c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Devel
## 0.19 (2023-10-27)

* Add filtering in list views.
* Bugfix: Print the correct number of "ok" instances in audit emails. 0.18 introduced a bug where the email included "0 instance(s) verified even if there was more than one verified instance.
Expand Down
2 changes: 1 addition & 1 deletion anvil_consortium_manager/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19dev5"
__version__ = "0.19"
1 change: 1 addition & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Required Settings
"django.contrib.messages",
"django.contrib.sites",
"django-tables2",
"crispy_bootstrap5", # If you are using the default templates
# This app:
"anvil_consortium_manager",
Expand Down

0 comments on commit f79c73c

Please sign in to comment.