diff --git a/coloraide/__meta__.py b/coloraide/__meta__.py
index 191e4515c..7d1c9928f 100644
--- a/coloraide/__meta__.py
+++ b/coloraide/__meta__.py
@@ -69,9 +69,9 @@ class Version(namedtuple("Version", ["major", "minor", "micro", "release", "pre"
Version(1, 0, 0, "final") 1.0
Version(1, 2, 0, "final") 1.2
Version(1, 2, 3, "final") 1.2.3
- Version(1, 2, 0, ".dev-alpha", pre=4) 1.2a4
- Version(1, 2, 0, ".dev-beta", pre=4) 1.2b4
- Version(1, 2, 0, ".dev-candidate", pre=4) 1.2rc4
+ Version(1, 2, 0, "alpha", pre=4) 1.2a4
+ Version(1, 2, 0, "beta", pre=4) 1.2b4
+ Version(1, 2, 0, "candidate", pre=4) 1.2rc4
Version(1, 2, 0, "final", post=1) 1.2.post1
Version(1, 2, 3, ".dev") 1.2.3.dev0
Version(1, 2, 3, ".dev", dev=1) 1.2.3.dev1
@@ -192,5 +192,5 @@ def parse_version(ver: str) -> Version:
return Version(major, minor, micro, release, pre, post, dev)
-__version_info__ = Version(1, 0, 0, "beta", 4)
+__version_info__ = Version(1, 0, 0, "candidate", 1)
__version__ = __version_info__._get_canonical()
diff --git a/docs/src/mkdocs.yml b/docs/src/mkdocs.yml
index dee9b1787..fb7de0096 100644
--- a/docs/src/mkdocs.yml
+++ b/docs/src/mkdocs.yml
@@ -204,7 +204,7 @@ extra_css:
- assets/coloraide-extras/extra.css
extra_javascript:
- https://unpkg.com/mermaid@8.13.3/dist/mermaid.min.js
- - playground-config-05233d65.js
+ - playground-config-7be870c1.js
- https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js
- assets/coloraide-extras/extra-notebook.js
diff --git a/docs/theme/announce.html b/docs/theme/announce.html
index 97e65edfd..80ca5dda9 100644
--- a/docs/theme/announce.html
+++ b/docs/theme/announce.html
@@ -2,7 +2,7 @@
{% set icon = "material/alert-decagram" %}
{% include ".icons/" ~ icon ~ ".svg" %}
-New beta 1.0b3 has been released. Check out the release notes for more information and migration tips.
+New release candidate 1.0rc1 has been released. Check out the release notes for more information and migration tips.
Sponsorship
is now available!
diff --git a/docs/theme/playground-config-05233d65.js b/docs/theme/playground-config-7be870c1.js
similarity index 78%
rename from docs/theme/playground-config-05233d65.js
rename to docs/theme/playground-config-7be870c1.js
index a424c82a3..2b3e7bb55 100644
--- a/docs/theme/playground-config-05233d65.js
+++ b/docs/theme/playground-config-7be870c1.js
@@ -1,5 +1,5 @@
var color_notebook = {
- "playground_wheels": ['Pygments-2.12.0-py3-none-any.whl', 'coloraide-1.0b4-py3-none-any.whl'],
- "notebook_wheels": ['Markdown-3.3.4-py3-none-any.whl', 'pymdown_extensions-9.5-py3-none-any.whl', 'Pygments-2.12.0-py3-none-any.whl', 'coloraide-1.0b4-py3-none-any.whl'],
+ "playground_wheels": ['Pygments-2.12.0-py3-none-any.whl', 'coloraide-1.0rc1-py3-none-any.whl'],
+ "notebook_wheels": ['Markdown-3.3.4-py3-none-any.whl', 'pymdown_extensions-9.5-py3-none-any.whl', 'Pygments-2.12.0-py3-none-any.whl', 'coloraide-1.0rc1-py3-none-any.whl'],
"default_playground": "import coloraide\ncoloraide.__version__\nColor('red')"
}
diff --git a/mkdocs.yml b/mkdocs.yml
index 2b2ebbb4b..5ecaaed1a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -204,7 +204,7 @@ extra_css:
- assets/coloraide-extras/extra-753860a807.css
extra_javascript:
- https://unpkg.com/mermaid@8.13.3/dist/mermaid.min.js
- - playground-config-05233d65.js
+ - playground-config-7be870c1.js
- https://cdn.jsdelivr.net/pyodide/v0.20.0/full/pyodide.js
- assets/coloraide-extras/extra-notebook-6edfcb69.js