Skip to content

Commit

Permalink
[CHANGE] Version bumped to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeufer committed May 9, 2024
1 parent 75924d7 commit cf0d462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ https://docs.github.com/assets/cb-41128/mw-1440/images/help/writing/alerts-rende
> Critical content demanding immediate user attention due to potential risks.
-->

## \[In Development\] - Unreleased
## \[In Development\] Unreleased

<!--
Section Order:
Expand All @@ -35,13 +35,15 @@ Section Order:
### Security
-->

## \[2.0.1\] - 2024-05-09

### Fixed

- Use Bootstrap 5 CSS and JS for Datatables in the SRP request view

### Changed

- Re-add tooltip to SRP payout value field in the SRP request view
- Re-add the tooltip to SRP payout value field in the SRP request view

## \[2.0.0\] - 2024-03-16

Expand Down
2 changes: 1 addition & 1 deletion aasrp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
# Django
from django.utils.translation import gettext_lazy as _

__version__ = "2.0.0"
__version__ = "2.0.1"
__title__ = _("Ship Replacement")

0 comments on commit cf0d462

Please sign in to comment.