Skip to content

Commit

Permalink
Merge branch 'feature/v0.4.6' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Oct 11, 2024
2 parents e666374 + 0ac54ab commit 9d74314
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion colour/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9d74314

Please sign in to comment.