diff --git a/CITATION.cff b/CITATION.cff
index f11cdea..83e9aca 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -9,11 +9,11 @@ identifiers:
value: 10.5281/zenodo.10799219
description: This is the collection of archived snapshots of all versions of thread.
- type: url
- value: https://github.com/python-thread/thread/releases/tag/v2.0.3
- description: The GitHub release URL of tag v2.0.3.
+ value: https://github.com/python-thread/thread/releases/tag/v2.0.4
+ description: The GitHub release URL of tag v2.0.4.
- type: url
- value: https://pypi.org/project/thread/2.0.3
- description: The PyPI release URL of tag v2.0.3.
+ value: https://pypi.org/project/thread/2.0.4
+ description: The PyPI release URL of tag v2.0.4.
cff-version: 1.2.0
date-released: 2024-03-07
keywords:
@@ -32,5 +32,5 @@ repository-code: https://github.com/python-thread/thread
repository-artifact: https://pypi.org/project/thread
title: thread
type: software
-version: 2.0.3
+version: 2.0.4
url: https://thread.ngjx.org
diff --git a/docs/src/pages/_meta.json b/docs/src/pages/_meta.json
index cc8c666..7484219 100644
--- a/docs/src/pages/_meta.json
+++ b/docs/src/pages/_meta.json
@@ -15,7 +15,7 @@
"type": "menu",
"items": {
"latest-release": {
- "title": "2.0.3 Latest Release",
+ "title": "2.0.4 Latest Release",
"href": "/docs/latest"
},
"v1-release": {
diff --git a/docs/src/pages/docs/_meta.json b/docs/src/pages/docs/_meta.json
index da15b0e..37390d8 100644
--- a/docs/src/pages/docs/_meta.json
+++ b/docs/src/pages/docs/_meta.json
@@ -10,6 +10,6 @@
"timestamp": false
}
},
- "latest": "v2.0.3 Latest",
+ "latest": "v2.0.4 Latest",
"v1": "v1.1.1"
}
diff --git a/docs/src/pages/docs/index.mdx b/docs/src/pages/docs/index.mdx
index c8411b1..cc0800a 100644
--- a/docs/src/pages/docs/index.mdx
+++ b/docs/src/pages/docs/index.mdx
@@ -69,7 +69,7 @@ This is a list of all the available releases.
>
- Latest v2.0.3
+ Latest v2.0.4
This is the latest ***stable*** release.
@@ -110,6 +110,17 @@ This is a list of all the available releases.
dev
+
+
+
Release v2.0.4
+
7 July 2024
+
+ stable
+
+You are viewing the documentation for the `v2.0.4` release.
This is the most recent stable release of `thread`.
## Quick Start
diff --git a/docs/src/pages/index.mdx b/docs/src/pages/index.mdx
index c604bec..7a862e7 100644
--- a/docs/src/pages/index.mdx
+++ b/docs/src/pages/index.mdx
@@ -1,5 +1,5 @@
---
-title: Thread v2.0.3
+title: Thread v2.0.4
---
import Link from "next/link";
@@ -71,7 +71,7 @@ export function Feature({
Thread
- - v2.0.3
+ - v2.0.4