Skip to content

Commit

Permalink
Bump version number and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 12, 2024
1 parent 985070b commit d66e0bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## Devel

* Bugfix: `run_anvil_audit` now raises a `CommandException` if an API call fails.

## 0.26.0 (2024-11-08)

* Move most account settings into the Account adapter
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.26.0"
__version__ = "0.26.1.dev0"

0 comments on commit d66e0bd

Please sign in to comment.