Skip to content

Commit

Permalink
Merge pull request #683 from ScilifelabDataCentre/dev
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
rv0lt committed Feb 28, 2024
2 parents 5687f84 + 00d1e06 commit 9d9dc2f
Show file tree
Hide file tree
Showing 7 changed files with 203 additions and 190 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
==========

.. _2.6.3:

2.6.2 - 2023-02-13
~~~~~~~~~~~~~~~~~~~

- Dependencies:
- `Criptography` from `41.0.6` to `42.0.4`

.. _2.6.2:

2.6.2 - 2023-02-13
Expand Down Expand Up @@ -154,4 +162,4 @@ Changelog
Earlier versions
~~~~~~~~~~~~~~~~~

Please see `the release page on GitHub <https://github.com/ScilifelabDataCentre/dds_cli/releases>`_ for detailed information about the changes in each release.
Please see `the release page on GitHub <https://github.com/ScilifelabDataCentre/dds_cli/releases>`_ for detailed information about the changes in each release.
7 changes: 6 additions & 1 deletion SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,11 +328,16 @@ _Empty sprint_

- Minor update jwcrypto package to address cve ([#674](https://github.com/ScilifelabDataCentre/dds_cli/pull/674))

# 2024-01-29 - 2024-02-09
# 2024-02-12 - 2024-03-08

- Criptography update to address cve ([#676](https://github.com/ScilifelabDataCentre/dds_cli/pull/676))
- Use of a fix version of black and linted files to 24.1.1 ([#675](https://github.com/ScilifelabDataCentre/dds_cli/pull/675))

# 2024-02-12 - 2024-03-08

- Update sphinx package to be able to make a new release ([#680](https://github.com/ScilifelabDataCentre/dds_cli/pull/680))
- New version: 2.6.2 ([#670](https://github.com/ScilifelabDataCentre/dds_cli/pull/670))

# 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))
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.2"
__version__ = "2.6.3"
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 @@ -2,7 +2,7 @@ boto3==1.24.73
botocore==1.27.73
click==8.1.3
click-pathlib==2020.3.13.0
cryptography==41.0.6
cryptography==42.0.4
immutabledict==2.2.1
jwcrypto==1.5.1
prettytable==3.4.1
Expand Down

0 comments on commit 9d9dc2f

Please sign in to comment.