Skip to content

Commit

Permalink
Forgot to bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 19, 2023
1 parent 662c848 commit 770ff99
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(2, 14, 0, "final")
__version_info__ = Version(2, 14, 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 @@ -744,7 +744,7 @@ <h1>ColorAide Color Space Models</h1>
let colorSpaces = null
let colorGamuts = null
let lastModel = null
let package = 'coloraide-2.14-py3-none-any.whl'
let package = 'coloraide-2.14.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 @@ -404,7 +404,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-2.14-py3-none-any.whl'
let package = 'coloraide-2.14.1-py3-none-any.whl'
const displayMapping = 'clip'

const base = `${window.location.origin}/${window.location.pathname.split('/')[1]}/playground/`
Expand Down
2 changes: 1 addition & 1 deletion docs/src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ extra_css:
- assets/coloraide-extras/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- playground-config-7a0dfc8c.js
- playground-config-56939113.js
- https://cdn.jsdelivr.net/pyodide/v0.24.1/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.16.1-py3-none-any.whl', 'coloraide-2.14-py3-none-any.whl'],
"notebookWheels": ['pyyaml', 'Markdown-3.5.1-py3-none-any.whl', 'pymdown_extensions-10.5-py3-none-any.whl', 'Pygments-2.16.1-py3-none-any.whl', 'coloraide-2.14-py3-none-any.whl'],
"playgroundWheels": ['Pygments-2.16.1-py3-none-any.whl', 'coloraide-2.14.1-py3-none-any.whl'],
"notebookWheels": ['pyyaml', 'Markdown-3.5.1-py3-none-any.whl', 'pymdown_extensions-10.5-py3-none-any.whl', 'Pygments-2.16.1-py3-none-any.whl', 'coloraide-2.14.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 @@ -305,7 +305,7 @@ extra_css:
- assets/coloraide-extras/extra-728132a6d6.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- playground-config-7a0dfc8c.js
- playground-config-56939113.js
- https://cdn.jsdelivr.net/pyodide/v0.24.1/full/pyodide.js
- assets/coloraide-extras/extra-notebook-KS-5jx8t.js

Expand Down

0 comments on commit 770ff99

Please sign in to comment.