Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 27, 2025
1 parent a5a10ca commit 0fb6ee6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion coloraide/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(4, 2, 0, "final")
__version_info__ = Version(4, 2, 1, "final")
__version__ = __version_info__._get_canonical()
2 changes: 1 addition & 1 deletion docs/src/markdown/demos/3d_models.html
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,7 @@ <h1>ColorAide Color Space Models</h1>
let colorSpaces = null
let colorGamuts = null
let lastModel = null
let package = 'coloraide-4.2-py3-none-any.whl'
let package = 'coloraide-4.2.1-py3-none-any.whl'
const defaultSpace = 'lab'
const defaultGamut = 'srgb'
const exceptions = new Set(['hwb', 'ryb', 'ryb-biased'])
Expand Down
2 changes: 1 addition & 1 deletion docs/src/markdown/demos/colorpicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h1>ColorAide Color Picker</h1>
let pyodide = null
let webspace = ''
let initial = 'oklab(0.69 0.13 -0.1 / 0.85)'
let package = 'coloraide-4.2-py3-none-any.whl'
let package = 'coloraide-4.2.1-py3-none-any.whl'

const base = `${window.location.origin}/${window.location.pathname.split('/')[1]}/playground/`
package = base + package
Expand Down
2 changes: 1 addition & 1 deletion docs/src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ extra_css:
- assets/coloraide-extras/extra.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js
- playground-config-e089e6cf.js
- playground-config-e202a72e.js
- https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js
- assets/coloraide-extras/extra-notebook.js

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var colorNotebook = {
"playgroundWheels": ['pygments-2.19.1-py3-none-any.whl', 'coloraide-4.2-py3-none-any.whl'],
"notebookWheels": ['pyyaml', 'Markdown-3.7-py3-none-any.whl', 'pymdown_extensions-10.14.1-py3-none-any.whl', 'pygments-2.19.1-py3-none-any.whl', 'coloraide-4.2-py3-none-any.whl'],
"playgroundWheels": ['pygments-2.19.1-py3-none-any.whl', 'coloraide-4.2.1-py3-none-any.whl'],
"notebookWheels": ['pyyaml', 'Markdown-3.7-py3-none-any.whl', 'pymdown_extensions-10.14.1-py3-none-any.whl', 'pygments-2.19.1-py3-none-any.whl', 'coloraide-4.2.1-py3-none-any.whl'],
"defaultPlayground": "import coloraide\ncoloraide.__version__\nColor('red')"
}
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ extra_css:
- assets/coloraide-extras/extra-46eee0cb1a.css
extra_javascript:
- https://cdn.jsdelivr.net/npm/[email protected]/dist/mermaid.min.js
- playground-config-e089e6cf.js
- playground-config-e202a72e.js
- https://cdn.jsdelivr.net/pyodide/v0.26.4/full/pyodide.js
- assets/coloraide-extras/extra-notebook-CawOPMBj.js

Expand Down

0 comments on commit 0fb6ee6

Please sign in to comment.