Skip to content

Commit

Permalink
Merge pull request #354 from UW-GAC/release/v0.15.1
Browse files Browse the repository at this point in the history
Release v0.16
  • Loading branch information
amstilp authored Jun 1, 2023
2 parents c0fa97d + b5001af commit 1816507
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Change log

## Devel
## 0.16 (2023-06-01)

* The `run_anvil_audit` management command now sends html emails instead of only text emails.
* Move view mixins to their own source file (`viewmixins.py`).

## 0.15 (2023-4-18)
## 0.15 (2023-04-18)

- Add a new permission, `anvil_consortium_manager_account_link`, which is required for a user to be able to link their AnVIL account.
- Handle groups that the app service account is not part of when auditing ManagedGroups.
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.15.1dev3"
__version__ = "0.16"

0 comments on commit 1816507

Please sign in to comment.