Skip to content

Commit 8124d7f

Browse files
Raise the package version to 0.2.0.
1 parent d4550c3 commit 8124d7f

File tree

4 files changed

+525
-66
lines changed

4 files changed

+525
-66
lines changed

colour_clf_io/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
__application_name__ = "Colour - CLF IO"
104104

105105
__major_version__ = "0"
106-
__minor_version__ = "1"
107-
__change_version__ = "1"
106+
__minor_version__ = "2"
107+
__change_version__ = "0"
108108
__version__ = f"{__major_version__}.{__minor_version__}.{__change_version__}"
109109

110110
try:

docs/requirements.txt

+81-11
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,111 @@
11
# This file was autogenerated by uv via the following command:
22
# uv export --no-hashes --all-extras --no-dev
33
accessible-pygments==0.0.5
4+
# via pydata-sphinx-theme
45
alabaster==1.0.0
6+
# via sphinx
57
babel==2.17.0
6-
beautifulsoup4==4.13.3
8+
# via
9+
# pydata-sphinx-theme
10+
# sphinx
11+
beautifulsoup4==4.13.4
12+
# via pydata-sphinx-theme
713
biblib-simple==0.1.2
8-
certifi==2025.1.31
9-
charset-normalizer==3.4.1
14+
# via colour-clf-io
15+
certifi==2025.4.26
16+
# via requests
17+
charset-normalizer==3.4.2
18+
# via requests
1019
colorama==0.4.6 ; sys_platform == 'win32'
20+
# via sphinx
21+
colour-science==0.4.6
22+
# via colour-clf-io
1123
docutils==0.21.2
24+
# via
25+
# pybtex-docutils
26+
# pydata-sphinx-theme
27+
# restructuredtext-lint
28+
# sphinx
29+
# sphinxcontrib-bibtex
1230
idna==3.10
31+
# via requests
32+
imageio==2.37.0
33+
# via colour-science
1334
imagesize==1.4.1
14-
jinja2==3.1.5
35+
# via sphinx
36+
jinja2==3.1.6
37+
# via sphinx
1538
latexcodec==3.0.0
16-
lxml==5.3.1
39+
# via pybtex
40+
lxml==5.4.0
41+
# via colour-clf-io
1742
markupsafe==3.0.2
18-
numpy==2.2.2
19-
packaging==24.2
43+
# via jinja2
44+
numpy==2.2.5
45+
# via
46+
# colour-clf-io
47+
# colour-science
48+
# imageio
49+
# scipy
50+
packaging==25.0
51+
# via sphinx
52+
pillow==11.2.1
53+
# via imageio
2054
pybtex==0.24.0
55+
# via
56+
# pybtex-docutils
57+
# sphinxcontrib-bibtex
2158
pybtex-docutils==1.0.3
59+
# via sphinxcontrib-bibtex
2260
pydata-sphinx-theme==0.16.1
61+
# via colour-clf-io
2362
pygments==2.19.1
63+
# via
64+
# accessible-pygments
65+
# pydata-sphinx-theme
66+
# sphinx
2467
pyyaml==6.0.2
68+
# via pybtex
2569
requests==2.32.3
70+
# via sphinx
2671
restructuredtext-lint==1.4.0
27-
setuptools==75.8.0 ; python_full_version >= '3.12'
72+
# via colour-clf-io
73+
scipy==1.15.2
74+
# via colour-science
75+
setuptools==80.1.0 ; python_full_version >= '3.12'
76+
# via sphinxcontrib-bibtex
2877
six==1.17.0
78+
# via pybtex
2979
snowballstemmer==2.2.0
30-
soupsieve==2.6
80+
# via sphinx
81+
soupsieve==2.7
82+
# via beautifulsoup4
3183
sphinx==8.1.3
84+
# via
85+
# colour-clf-io
86+
# pydata-sphinx-theme
87+
# sphinxcontrib-bibtex
3288
sphinxcontrib-applehelp==2.0.0
89+
# via sphinx
3390
sphinxcontrib-bibtex==2.6.3
91+
# via colour-clf-io
3492
sphinxcontrib-devhelp==2.0.0
93+
# via sphinx
3594
sphinxcontrib-htmlhelp==2.1.0
95+
# via sphinx
3696
sphinxcontrib-jsmath==1.0.1
97+
# via sphinx
3798
sphinxcontrib-qthelp==2.0.0
99+
# via sphinx
38100
sphinxcontrib-serializinghtml==2.0.0
101+
# via sphinx
39102
tomli==2.2.1 ; python_full_version < '3.11'
40-
typing-extensions==4.12.2
41-
urllib3==2.3.0
103+
# via sphinx
104+
typing-extensions==4.13.2
105+
# via
106+
# beautifulsoup4
107+
# colour-clf-io
108+
# colour-science
109+
# pydata-sphinx-theme
110+
urllib3==2.4.0
111+
# via requests

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "colour-clf-io"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
description = "Library to parse and create file in the Common LUT format"
55
readme = "README.rst"
66
requires-python = ">=3.10,<3.14"

0 commit comments

Comments
 (0)