Skip to content

Commit 9d74314

Browse files
committed
Merge branch 'feature/v0.4.6' into develop
2 parents e666374 + 0ac54ab commit 9d74314

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
.. |version| image:: https://img.shields.io/pypi/v/colour-science.svg?style=flat-square
3232
:target: https://pypi.org/project/colour-science
3333
:alt: Package Version
34-
.. |zenodo| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.13910741-blue.svg?style=flat-square
35-
:target: https://dx.doi.org/10.5281/zenodo.13910741
34+
.. |zenodo| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.13917514-blue.svg?style=flat-square
35+
:target: https://dx.doi.org/10.5281/zenodo.13917514
3636
:alt: DOI
3737

3838
.. end-badges

colour/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@
907907

908908
__major_version__ = "0"
909909
__minor_version__ = "4"
910-
__change_version__ = "5"
910+
__change_version__ = "6"
911911
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))
912912

913913
# TODO: Remove legacy printing support when deemed appropriate.

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kiwisolver==1.4.7
2020
latexcodec==3.0.0
2121
markupsafe==3.0.1
2222
matplotlib==3.9.2
23-
networkx==3.3
23+
networkx==3.4
2424
numpy==2.1.2
2525
opencolorio==2.4.0
2626
packaging==24.1
@@ -42,7 +42,7 @@ setuptools==75.1.0 ; python_full_version >= '3.12'
4242
six==1.16.0
4343
snowballstemmer==2.2.0
4444
soupsieve==2.6
45-
sphinx==8.0.2
45+
sphinx==8.1.0
4646
sphinxcontrib-applehelp==2.0.0
4747
sphinxcontrib-bibtex==2.6.3
4848
sphinxcontrib-devhelp==2.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-science"
3-
version = "0.4.5"
3+
version = "0.4.6"
44
description = "Colour Science for Python"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ coverage==7.6.2
2727
coveralls==4.0.1
2828
cryptography==43.0.1 ; sys_platform == 'linux'
2929
cycler==0.12.1
30-
debugpy==1.8.6
30+
debugpy==1.8.7
3131
decorator==5.1.1
3232
defusedxml==0.7.1
3333
distlib==0.3.9
@@ -93,7 +93,7 @@ nbclient==0.10.0
9393
nbconvert==7.16.4
9494
nbformat==5.10.4
9595
nest-asyncio==1.6.0
96-
networkx==3.3
96+
networkx==3.4
9797
nh3==0.2.18
9898
nodeenv==1.9.1
9999
notebook==7.2.2
@@ -155,7 +155,7 @@ six==1.16.0
155155
sniffio==1.3.1
156156
snowballstemmer==2.2.0
157157
soupsieve==2.6
158-
sphinx==8.0.2
158+
sphinx==8.1.0
159159
sphinxcontrib-applehelp==2.0.0
160160
sphinxcontrib-bibtex==2.6.3
161161
sphinxcontrib-devhelp==2.0.0

0 commit comments

Comments
 (0)