Skip to content

Commit

Permalink
Merge pull request #438 from UW-GAC/release/v0.20
Browse files Browse the repository at this point in the history
Release/v0.20
  • Loading branch information
amstilp committed Nov 8, 2023
2 parents 3ac4c29 + 86e9b22 commit 86de2f2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log

## Devel
## 0.20 (2023-11-08)

* Switch to using `pyproject.toml` where possible.
* Use hatch for backend building.
Expand All @@ -12,6 +12,7 @@
- `AnVILConsortiumManagerViewRequired` -> `AnVILConsortiumManagerStaffViewRequired`
- `AnVILConsortiumManagerLimitedViewRequired` -> `AnVILConsortiumManagerViewRequired`
* Bugfix: Allow Workspace Data objects to have a second foreign key to `Workspace`.
* Remove ACM Home link from navbar.

## 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.dev5"
__version__ = "0.20"
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<nav id="nav-acm" class="navbar navbar-expand-lg navbar-light" aria-label="AnVIL Consortium Manager navbar">
<div class="container">

<a class="navbar-brand" href="{% url 'anvil_consortium_manager:index' %}">ACM</a>

<button class="navbar-toggler navbar-toggler-right" type="button" data-bs-toggle="collapse" data-bs-target="#navbarAnvilConsortiumManager" aria-controls="navbarAnvilConsortiumManager" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion example_site/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<nav class="navbar navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="{% url 'home' %}">Demo site</a>
<a class="navbar-brand" href="{% url 'anvil_consortium_manager:index' %}">AnVIL Consortium Manager</a>

<!-- Login links -->
<ul class="navbar-nav mb-2 ms-md-auto">
Expand Down

0 comments on commit 86de2f2

Please sign in to comment.