Skip to content

Commit 0c08dd1

Browse files
committed
Merge branch 'feature/v0.2.4' into develop
2 parents 49846a1 + eda9f85 commit 0c08dd1

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

TODO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ TODO
1616

1717
- colour_hdri/utilities/exif.py
1818

19-
- Line 312 : # TODO: Find a better name.
19+
- Line 317 : # TODO: Find a better name.
2020

2121

2222
- colour_hdri/utilities/image.py

colour_hdri/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def __getattr__(self, attribute) -> Any:
258258

259259
__major_version__ = "0"
260260
__minor_version__ = "2"
261-
__change_version__ = "3"
261+
__change_version__ = "4"
262262
__version__ = ".".join((__major_version__, __minor_version__, __change_version__))
263263

264264
try:

docs/requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ certifi==2024.8.30
99
charset-normalizer==3.4.0
1010
colorama==0.4.6 ; sys_platform == 'win32'
1111
colour-demosaicing==0.2.6
12-
colour-science==0.4.5
12+
colour-science==0.4.6
1313
contourpy==1.3.0
1414
cycler==0.12.1
1515
docutils==0.21.2
@@ -39,7 +39,7 @@ setuptools==75.1.0 ; python_full_version >= '3.12'
3939
six==1.16.0
4040
snowballstemmer==2.2.0
4141
soupsieve==2.6
42-
sphinx==8.1.0
42+
sphinx==8.1.2
4343
sphinxcontrib-applehelp==2.0.0
4444
sphinxcontrib-bibtex==2.6.3
4545
sphinxcontrib-devhelp==2.0.0
@@ -48,6 +48,5 @@ sphinxcontrib-jsmath==1.0.1
4848
sphinxcontrib-qthelp==2.0.0
4949
sphinxcontrib-serializinghtml==2.0.0
5050
tomli==2.0.2 ; python_full_version < '3.11'
51-
trimesh==4.4.9
5251
typing-extensions==4.12.2
5352
urllib3==2.2.3

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-hdri"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "HDRI processing algorithms for Python"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ charset-normalizer==3.4.0
2222
click==8.1.7
2323
colorama==0.4.6 ; sys_platform == 'win32' or platform_system == 'Windows'
2424
colour-demosaicing==0.2.6
25-
colour-science==0.4.5
25+
colour-science==0.4.6
2626
comm==0.2.2
2727
contourpy==1.3.0
2828
coverage==7.6.2
@@ -128,7 +128,7 @@ pytest-cov==5.0.0
128128
pytest-xdist==3.6.1
129129
python-dateutil==2.9.0.post0
130130
python-json-logger==2.0.7
131-
pywin32==307 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
131+
pywin32==308 ; platform_python_implementation != 'PyPy' and sys_platform == 'win32'
132132
pywin32-ctypes==0.2.3 ; sys_platform == 'win32'
133133
pywinpty==2.0.13 ; os_name == 'nt'
134134
pyyaml==6.0.2
@@ -152,7 +152,7 @@ six==1.16.0
152152
sniffio==1.3.1
153153
snowballstemmer==2.2.0
154154
soupsieve==2.6
155-
sphinx==8.1.0
155+
sphinx==8.1.2
156156
sphinxcontrib-applehelp==2.0.0
157157
sphinxcontrib-bibtex==2.6.3
158158
sphinxcontrib-devhelp==2.0.0
@@ -169,8 +169,7 @@ tomli-w==1.1.0
169169
tomlkit==0.13.2
170170
tornado==6.4.1
171171
traitlets==5.14.3
172-
trimesh==4.4.9
173-
trove-classifiers==2024.9.12
172+
trove-classifiers==2024.10.12
174173
twine==5.1.1
175174
types-python-dateutil==2.9.0.20241003
176175
typing-extensions==4.12.2

0 commit comments

Comments
 (0)