diff --git a/README.rst b/README.rst index 5323e899b..35729ef04 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ |coverage| |unit-tests| |type-hints| |docs| |black| |pypi-versions| |python-versions| |conda| |zenodo| -.. |coverage| image:: https://codecov.io/gh/pydicom/pynetdicom/branch/main/graph/badge.svg +.. |coverage| image:: https://codecov.io/gh/pydicom/pynetdicom/branch/main/graph/badge.svg :target: https://codecov.io/gh/pydicom/pynetdicom .. |unit-tests| image:: https://github.com/pydicom/pynetdicom/workflows/unit-tests/badge.svg @@ -44,7 +44,7 @@ medical images and related information. It defines the formats and communication protocols for media exchange in radiology, cardiology, radiotherapy and other medical domains. -*pynetdicom* is a pure Python 3.7+ package that implements the DICOM +*pynetdicom* is a pure Python package that implements the DICOM networking protocol. Working with `pydicom `_, it allows the easy creation of DICOM *Service Class Users* (SCUs) and *Service Class Providers* (SCPs). diff --git a/docs/make.bat b/docs/make.bat index eaa1589d8..9aa6ee6c9 100644 --- a/docs/make.bat +++ b/docs/make.bat @@ -27,6 +27,7 @@ if errorlevel 9009 ( ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% +python fix_search.py goto end :help diff --git a/pyproject.toml b/pyproject.toml index 46f12ad62..6e1439951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ maintainers = [ ] name = "pynetdicom" readme = "README.rst" -version = "2.1.0" +version = "2.1.1" [tool.poetry.dependencies]