Skip to content

Commit

Permalink
Bump version number and update CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Nov 7, 2023
1 parent b350d9c commit f56ea50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Switch to using `pyproject.toml` where possible.
* Use hatch for backend building.
* Bugfix: Allow Workspace Data objects to have a second foreign key to `Workspace`.

## 0.19 (2023-10-27)

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.20.dev2"
__version__ = "0.20.dev3"

0 comments on commit f56ea50

Please sign in to comment.