Skip to content

Commit

Permalink
Merge pull request #703 from ScilifelabDataCentre/dev
Browse files Browse the repository at this point in the history
New release
  • Loading branch information
rv0lt authored Jun 28, 2024
2 parents eeed3b9 + 397c2a1 commit e059f85
Show file tree
Hide file tree
Showing 9 changed files with 219 additions and 207 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
==========

.. _2.7.1:

2.7.1 - 2024-06-27
~~~~~~~~~~~~~~~~~~~
- Fixes:
- Mismatch in the executable name in the documentation fixed.


.. _2.7.0:

2.7.0 - 2024-05-29
Expand Down
4 changes: 4 additions & 0 deletions SPRINTLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,7 @@ _Empty sprint_
- Update docs for Testing instance migration, including removing use of 'dev' ([#691](https://github.com/ScilifelabDataCentre/dds_cli/pull/691))
- Fix GitHub Pages action, that broke due to update in the action's image ([#695](https://github.com/ScilifelabDataCentre/dds_cli/pull/695))
- Fix Action that builds the executable files due to update in MacOs default architecture ([#700](https://github.com/ScilifelabDataCentre/dds_cli/pull/700)

# 2024-06-17 - 2024-06-28

- Update documentation to have correct executable name ([#702](https://github.com/ScilifelabDataCentre/dds_cli/pull/702))
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.7.0"
__version__ = "2.7.1"
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ Install via the **executable**

.. code-block:: bash
$ chmod +x dds-cli_ubuntu_x86_64
$ chmod +x dds_cli_ubuntu_x86_64
* On MacOS:

.. code-block:: bash
$ chmod +x dds-cli_macos_x86_64
$ chmod +x dds_cli_macos_x86_64
3. Test that the ``dds-cli`` command works by running the following:

Expand Down
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.
18 changes: 9 additions & 9 deletions img/python-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions img/python3-version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e059f85

Please sign in to comment.