Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed May 30, 2024
1 parent eceb7a4 commit 46cd2d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -c "import pytest; pytest.main(['--pyargs', 'pynetdicom.tests'])"
deploy:
name: Upload wheels to PyPI
name: Upload release to PyPI
needs: [ build_and_test ]
runs-on: ubuntu-latest
environment:
Expand All @@ -60,7 +60,7 @@ jobs:
id-token: write

steps:
- name: Download the wheels
- name: Download the package files
uses: actions/download-artifact@v4
with:
path: dist/
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/v2.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Fixes
* Fixed maximum length of *Patient ID* attribute in ``qrscp`` app (:issue:`785`)
* Sanitise filenames for received datasets for non-conformant SOP Instance
UIDs (:issue:`823`)
* Fixed :attr:~pynetdicom._config.LOG_REQUEST_IDENTIFIERS` not applying to
* Fixed :attr:`~pynetdicom._config.LOG_REQUEST_IDENTIFIERS` not applying to
:meth:`Association.send_c_find()<pynetdicom.association.Association.send_c_find>`,
:meth:`Association.send_c_move()<pynetdicom.association.Association.send_c_move>` and
:meth:`Association.send_c_get()<pynetdicom.association.Association.send_c_get>` (:issue:`911`)
Expand All @@ -29,7 +29,7 @@ Enhancements
* Added support for :class:`Inventory Query/Retrieve Service Class
<pynetdicom.service_class.InventoryQueryRetrieveServiceClass>` (:issue:`879`)
* Added support for :class:`Storage Management Service Class
<pynetdicom.service_class.StorageManagementServiceClass>` (:issue:`880`)
<pynetdicom.service_class_n.StorageManagementServiceClass>` (:issue:`880`)
* Added :meth:`~pynetdicom.events.Event.encoded_dataset` to simplify accessing
the encoded dataset without first decoding it
* Added a check to :meth:`~pynetdicom.association.Association.send_c_store` to
Expand Down

0 comments on commit 46cd2d7

Please sign in to comment.