Skip to content

Commit

Permalink
Merge pull request #1526 from ScilifelabDataCentre/new-release-10-4-2024
Browse files Browse the repository at this point in the history
New version & changelog
  • Loading branch information
rv0lt authored Apr 9, 2024
2 parents f616e67 + e4bfd69 commit 2856b68
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
==========

.. _2.6.4:

2.6.4 - 2023-04-10
~~~~~~~~~~~~~~~~~~~~~~~

- New features:
- Fix the files endpoint acording to openAPI standar .
- Added email contact to troubleshouting page
- Dependencies:
- `jwcrypto` from `1.5.1` to `1.5.6`
- Update base image for the docker containers from `python:3.10-alpine` to `python:3.11-alpine`

.. _2.6.3:

2.6.3 - 2023-02-27
Expand Down
8 changes: 8 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,3 +374,11 @@ _Nothing merged in CLI during this sprint_

- Fix the files endpoints according to the openAPI standards, providing new endpoint version that co-exists with the current one ([#1505](https://github.com/ScilifelabDataCentre/dds_web/pull/1505))
- Added email to troubleshouting webpage, with obfuscation ([#1520](https://github.com/ScilifelabDataCentre/dds_web/pull/1520))

# 2024-03-25 - 2024-04-5

- Update base image and packages to address cve in docker containers ([#1523](https://github.com/ScilifelabDataCentre/dds_web/pull/1523))

# 2024-04-8 - 2024-04-19

- New version: 2.6.4 ([#1526](https://github.com/ScilifelabDataCentre/dds_web/pull/1526))
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.6.3"
__version__ = "2.6.4"
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.6.3"
assert version.__version__ == "2.6.4"

0 comments on commit 2856b68

Please sign in to comment.