Skip to content

Commit

Permalink
Merge pull request #687 from ScilifelabDataCentre/dev
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
rv0lt authored Apr 9, 2024
2 parents 9d9dc2f + 0da0d2c commit ab10ef8
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 189 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
Changelog
==========

.. _2.6.4:

2.6.4 - 2024-04-09
~~~~~~~~~~~~~~~~~~~

- Dependencies:
- `jwcrypto` from `1.5.1` to `1.5.6`

.. _2.6.3:

2.6.2 - 2023-02-13
2.6.3 - 2023-02-27
~~~~~~~~~~~~~~~~~~~

- Dependencies:
Expand Down
8 changes: 8 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,3 +341,11 @@ _Empty sprint_
# 2024-02-26 - 2024-03-08

- New extra release, outside maintenance window, version 2.6.3 ([#682](https://github.com/ScilifelabDataCentre/dds_cli/pull/682))

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

- Update jwcrypto package to address cve ([#1523](https://github.com/ScilifelabDataCentre/dds_web/pull/1523))

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

- New version: 2.6.4 ([#687](https://github.com/ScilifelabDataCentre/dds_cli/pull/687))
2 changes: 1 addition & 1 deletion dds_cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Do not change bump the major version unless absolutely necessary - makes incompatible with API
# If mid or minor version reaches 9, continue to 10, 11 etc.
__version__ = "2.6.3"
__version__ = "2.6.4"
174 changes: 87 additions & 87 deletions img/dds-help-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
174 changes: 87 additions & 87 deletions img/dds-help-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions img/dds-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ click==8.1.3
click-pathlib==2020.3.13.0
cryptography==42.0.4
immutabledict==2.2.1
jwcrypto==1.5.1
jwcrypto==1.5.6
prettytable==3.4.1
prompt-toolkit==3.0.31
PyNaCl==1.5.0
Expand Down

0 comments on commit ab10ef8

Please sign in to comment.