Skip to content

Commit

Permalink
Merge pull request #1501 from ScilifelabDataCentre/new-release-dec20
Browse files Browse the repository at this point in the history
New version & changelog
  • Loading branch information
valyo authored Dec 18, 2023
2 parents 2a82d7f + eca8aa5 commit fe9fbdb
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
==========

.. _2.6.1:

2.6.1 - 2023-12-20
~~~~~~~~~~~~~~~~~~~~~~~

- Bugs fixed:
- Listing users invites will now show if the invote is for Project Owner.
- Permissions issue for `send-usage` command in testing and production environment.
- Dependencies:
- `Cryptography` from `41.0.3` to `41.0.6`

.. _2.6.0:

2.6.0 - 2023-11-22
Expand Down
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,3 +336,4 @@ _Nothing merged in CLI during this sprint_
- Patch update crypthography package to address cve ([#1496](https://github.com/ScilifelabDataCentre/dds_web/pull/1496))
- Fix listing users was not showing PO ([#1497](https://github.com/ScilifelabDataCentre/dds_web/pull/1497))
- Bug: `flask send-usage` permission issue on testing and production environment ([1499](https://github.com/ScilifelabDataCentre/dds_web/pull/1499))
- New version: 2.6.1 ([#1501](https://github.com/ScilifelabDataCentre/dds_web/pull/1501))
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.0"
__version__ = "2.6.1"
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.0"
assert version.__version__ == "2.6.1"

0 comments on commit fe9fbdb

Please sign in to comment.