Skip to content

Commit 625f780

Browse files
committed
Bump version
1 parent b520c61 commit 625f780

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

coloraide/__meta__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
193193
return Version(major, minor, micro, release, pre, post, dev)
194194

195195

196-
__version_info__ = Version(4, 2, 2, "final")
196+
__version_info__ = Version(4, 3, 0, "final")
197197
__version__ = __version_info__._get_canonical()

docs/src/markdown/demos/3d_models.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ <h1>ColorAide Color Space Models</h1>
919919
let colorSpaces = null
920920
let colorGamuts = null
921921
let lastModel = null
922-
let package = 'coloraide-4.2.2-py3-none-any.whl'
922+
let package = 'coloraide-4.3-py3-none-any.whl'
923923
const defaultSpace = 'lab'
924924
const defaultGamut = 'srgb'
925925
const exceptions = new Set(['hwb', 'ryb', 'ryb-biased'])

docs/src/markdown/demos/colorpicker.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h1>ColorAide Color Picker</h1>
421421
let pyodide = null
422422
let webspace = ''
423423
let initial = 'oklab(0.69 0.13 -0.1 / 0.85)'
424-
let package = 'coloraide-4.2.2-py3-none-any.whl'
424+
let package = 'coloraide-4.3-py3-none-any.whl'
425425

426426
const base = `${window.location.origin}/${window.location.pathname.split('/')[1]}/playground/`
427427
package = base + package

docs/src/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ extra_css:
314314
extra_javascript:
315315
- https://cdn.jsdelivr.net/npm/ace-builds@1.39.0/src-min-noconflict/ace.js
316316
- https://cdn.jsdelivr.net/npm/mermaid@11.3.0/dist/mermaid.min.js
317-
- playground-config-f798db25.js
317+
- playground-config-6766eb6d.js
318318
- https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js
319319
- assets/coloraide-extras/extra-notebook.js
320320

Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var colorNotebook = {
2-
"playgroundWheels": ['micropip', 'pygments-2.19.1-py3-none-any.whl', 'coloraide-4.2.2-py3-none-any.whl'],
3-
"notebookWheels": ['pyyaml', 'Markdown-3.7-py3-none-any.whl', 'pymdown_extensions-10.14.1-py3-none-any.whl', 'micropip', 'pygments-2.19.1-py3-none-any.whl', 'coloraide-4.2.2-py3-none-any.whl'],
2+
"playgroundWheels": ['micropip', 'pygments-2.19.1-py3-none-any.whl', 'coloraide-4.3-py3-none-any.whl'],
3+
"notebookWheels": ['pyyaml', 'Markdown-3.7-py3-none-any.whl', 'pymdown_extensions-10.14.1-py3-none-any.whl', 'micropip', 'pygments-2.19.1-py3-none-any.whl', 'coloraide-4.3-py3-none-any.whl'],
44
"defaultPlayground": "import coloraide\ncoloraide.__version__\nColor('red')"
55
}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ extra_css:
314314
extra_javascript:
315315
- https://cdn.jsdelivr.net/npm/ace-builds@1.39.0/src-min-noconflict/ace.js
316316
- https://cdn.jsdelivr.net/npm/mermaid@11.3.0/dist/mermaid.min.js
317-
- playground-config-f798db25.js
317+
- playground-config-6766eb6d.js
318318
- https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js
319319
- assets/coloraide-extras/extra-notebook-BuQ8qEc0.js
320320

0 commit comments

Comments
 (0)