Skip to content

Commit a27497e

Browse files
committed
Bump version
1 parent acae3dc commit a27497e

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

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, 7, 1, "final")
196+
__version_info__ = Version(4, 7, 2, "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
@@ -999,7 +999,7 @@ <h1>ColorAide Color Space Models</h1>
999999
let colorSpaces = null
10001000
let colorGamuts = null
10011001
let lastModel = null
1002-
let package = 'coloraide-4.7.1-py3-none-any.whl'
1002+
let package = 'coloraide-4.7.2-py3-none-any.whl'
10031003
const defaultSpace = 'lab'
10041004
const defaultGamut = 'srgb'
10051005
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.7.1-py3-none-any.whl'
424+
let package = 'coloraide-4.7.2-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
@@ -322,7 +322,7 @@ extra_css:
322322
extra_javascript:
323323
- https://cdn.jsdelivr.net/npm/ace-builds@1.43.0/src-min-noconflict/ace.js
324324
- https://cdn.jsdelivr.net/npm/mermaid@11.7.0/dist/mermaid.min.js
325-
- playground-config-1a46ff13.js
325+
- playground-config-f59261a9.js
326326
- https://cdn.jsdelivr.net/pyodide/v0.27.7/full/pyodide.js
327327
- assets/coloraide-extras/extra-notebook.js
328328
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var colorNotebook = {
2-
"playgroundWheels": ['micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-4.7.1-py3-none-any.whl'],
3-
"notebookWheels": ['pyyaml', 'markdown-3.8.2-py3-none-any.whl', 'pymdown_extensions-10.16-py3-none-any.whl', 'micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-4.7.1-py3-none-any.whl'],
2+
"playgroundWheels": ['micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-4.7.2-py3-none-any.whl'],
3+
"notebookWheels": ['pyyaml', 'markdown-3.8.2-py3-none-any.whl', 'pymdown_extensions-10.16-py3-none-any.whl', 'micropip', 'pygments-2.19.2-py3-none-any.whl', 'coloraide-4.7.2-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
@@ -322,7 +322,7 @@ extra_css:
322322
extra_javascript:
323323
- https://cdn.jsdelivr.net/npm/ace-builds@1.43.0/src-min-noconflict/ace.js
324324
- https://cdn.jsdelivr.net/npm/mermaid@11.7.0/dist/mermaid.min.js
325-
- playground-config-1a46ff13.js
325+
- playground-config-f59261a9.js
326326
- https://cdn.jsdelivr.net/pyodide/v0.27.7/full/pyodide.js
327327
- assets/coloraide-extras/extra-notebook-DQMNiD5r.js
328328
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js

0 commit comments

Comments
 (0)