From 282456e29e464e48989a856ab468829a8282ea8e Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Fri, 11 Oct 2024 18:31:05 +1300 Subject: [PATCH 1/3] Update `requirements.txt` file. --- docs/requirements.txt | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f1d24effd..4706e4d1e 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -20,7 +20,7 @@ kiwisolver==1.4.7 latexcodec==3.0.0 markupsafe==3.0.1 matplotlib==3.9.2 -networkx==3.3 +networkx==3.4 numpy==2.1.2 opencolorio==2.4.0 packaging==24.1 @@ -42,7 +42,7 @@ setuptools==75.1.0 ; python_full_version >= '3.12' six==1.16.0 snowballstemmer==2.2.0 soupsieve==2.6 -sphinx==8.0.2 +sphinx==8.1.0 sphinxcontrib-applehelp==2.0.0 sphinxcontrib-bibtex==2.6.3 sphinxcontrib-devhelp==2.0.0 diff --git a/requirements.txt b/requirements.txt index b800214e6..a32822dcc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ coverage==7.6.2 coveralls==4.0.1 cryptography==43.0.1 ; sys_platform == 'linux' cycler==0.12.1 -debugpy==1.8.6 +debugpy==1.8.7 decorator==5.1.1 defusedxml==0.7.1 distlib==0.3.9 @@ -93,7 +93,7 @@ nbclient==0.10.0 nbconvert==7.16.4 nbformat==5.10.4 nest-asyncio==1.6.0 -networkx==3.3 +networkx==3.4 nh3==0.2.18 nodeenv==1.9.1 notebook==7.2.2 @@ -155,7 +155,7 @@ six==1.16.0 sniffio==1.3.1 snowballstemmer==2.2.0 soupsieve==2.6 -sphinx==8.0.2 +sphinx==8.1.0 sphinxcontrib-applehelp==2.0.0 sphinxcontrib-bibtex==2.6.3 sphinxcontrib-devhelp==2.0.0 From 509fe764ac388462bda6b3ceb73abb30aae81075 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Fri, 11 Oct 2024 18:31:57 +1300 Subject: [PATCH 2/3] Raise package version to 0.4.6. --- colour/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/colour/__init__.py b/colour/__init__.py index b7d49dd41..d2ac4d58e 100644 --- a/colour/__init__.py +++ b/colour/__init__.py @@ -907,7 +907,7 @@ __major_version__ = "0" __minor_version__ = "4" -__change_version__ = "5" +__change_version__ = "6" __version__ = ".".join((__major_version__, __minor_version__, __change_version__)) # TODO: Remove legacy printing support when deemed appropriate. diff --git a/pyproject.toml b/pyproject.toml index fee003cab..5e87c281c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "colour-science" -version = "0.4.5" +version = "0.4.6" description = "Colour Science for Python" readme = "README.rst" requires-python = ">=3.10,<3.14" From 0ac54ab13ecf23296757eb58537f3aced0c22a31 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Fri, 11 Oct 2024 18:33:56 +1300 Subject: [PATCH 3/3] Update "zenodo" DOI badge. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index c00b7c81b..d234a94c8 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,8 @@ .. |version| image:: https://img.shields.io/pypi/v/colour-science.svg?style=flat-square :target: https://pypi.org/project/colour-science :alt: Package Version -.. |zenodo| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.13910741-blue.svg?style=flat-square - :target: https://dx.doi.org/10.5281/zenodo.13910741 +.. |zenodo| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.13917514-blue.svg?style=flat-square + :target: https://dx.doi.org/10.5281/zenodo.13917514 :alt: DOI .. end-badges