Skip to content

Commit

Permalink
Merge pull request #1554 from ScilifelabDataCentre/new-release-2024-09
Browse files Browse the repository at this point in the history
New version & changelog
  • Loading branch information
valyo authored Sep 24, 2024
2 parents c9cf612 + 442e8ef commit 22173ec
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Changelog
==========

.. _2.8.0:

2.8.0 - 2024-09-24
~~~~~~~~~~~~~~~~~~~~~~~

- New features:
- Technical Overview and Troubleshooting updated and made available as pdf.
- Added Flask command for updating units quota.
- Dependencies:
- `certifi` from `2023.07.22` to `2024.7.4`
- `requests` from `2.31.0` to `2.32.0`
- `wrapt` from `1.13.3` to `1.14.0`
- Dependencies (tests):
- `pyfakefs` from `4.5.5` to `5.3.0`
- Update base image for the docker containers from `python:3.11-alpine` to `python:3.12-alpine`

.. _2.7.1:

2.7.1 - 2024-06-26
Expand Down
2 changes: 1 addition & 1 deletion dds_web/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Do not do major version upgrade during 2024.
# If mid or minor version reaches 9, continue with 10, 11 etc etc.
__version__ = "2.7.1"
__version__ = "2.8.0"
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert version.__version__ == "2.7.1"
assert version.__version__ == "2.8.0"

0 comments on commit 22173ec

Please sign in to comment.