Skip to content

Commit

Permalink
Merge pull request #1443 from ScilifelabDataCentre/new-version-2.3.1
Browse files Browse the repository at this point in the history
New version 2.4.0
  • Loading branch information
i-oden authored Jun 28, 2023
2 parents ffabef9 + ff57f0c commit c8917bf
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
==========

.. _2.3.1:

2.3.1 - 2023-07-05
~~~~~~~~~~~~~~~~~~~

- Dependencies:
- `requests` from `2.27.1` to `2.31.0`
- `redis` from `4.4.4` to `4.5.5`
- `Flask` from `2.0.3` to `2.2.5`
- Statistics:
- Number of TBHours stored in the last month calculated and stored in DB
- Number of TBHours stored since start calculated and stored in DB
- Endpoint `Statistics` to return rows stored in the Reporting table
- Full name of Unit Admins-, Personnel and Super Admins not shown to Researchers; Only display Unit name when...
- Listing projects
- Sending invites
- Releasing projects
- Backend Flask command `lost-files` changed to group command with subcommands `ls`, `delete`, `add-missing-bucket`

.. _2.3.0:

2.3.0 - 2023-06-07
Expand Down
1 change: 1 addition & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,3 +270,4 @@ _Nothing merged in CLI during this sprint_
# 2023-06-26 - 2023-07-14

- Change display project info depending on the user role ([#1440](https://github.com/ScilifelabDataCentre/dds_web/pull/1440))
- New version: 2.4.0 ([#1443](https://github.com/ScilifelabDataCentre/dds_web/pull/1443))
2 changes: 1 addition & 1 deletion dds_web/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.0"
__version__ = "2.4.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.3.0"
assert version.__version__ == "2.4.0"

0 comments on commit c8917bf

Please sign in to comment.