Skip to content

Commit ac4f33a

Browse files
committed
Merge branch 'release/v0.2.4'
2 parents 648d7c7 + 7ac02fc commit ac4f33a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app.py

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

2121
__major_version__ = "0"
2222
__minor_version__ = "2"
23-
__change_version__ = "3"
23+
__change_version__ = "4"
2424
__version__ = ".".join(
2525
(__major_version__, __minor_version__, __change_version__)
2626
)

apps/rgb_colourspace_chromatically_adapted_primaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def _uid(id_):
205205
),
206206
Div(className="col-2"),
207207
],
208-
Div(className="row"),
208+
className="row",
209209
)
210210
"""
211211
App layout, i.e. :class:`Div` class instance.

apps/rgb_colourspace_transformation_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _uid(id_):
217217
),
218218
Div(className="col-2"),
219219
],
220-
Div(className="row"),
220+
className="row",
221221
)
222222
"""
223223
App layout, i.e. :class:`Div` class instance.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "colour-dash"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "Various colour science Dash apps built on top of Colour"
55
license = "BSD-3-Clause"
66
authors = [ "Colour Developers <colour-developers@colour-science.org>" ]

0 commit comments

Comments
 (0)