diff --git a/CITATION.cff b/CITATION.cff index 60073fd..289706c 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.5 - description: The GitHub release URL of tag v2.0.5. + value: https://github.com/python-thread/thread/releases/tag/v2.0.6 + description: The GitHub release URL of tag v2.0.6. - type: url - value: https://pypi.org/project/thread/2.0.5 - description: The PyPI release URL of tag v2.0.5. + value: https://pypi.org/project/thread/2.0.6 + description: The PyPI release URL of tag v2.0.6. 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.5 +version: 2.0.6 url: https://thread.ngjx.org diff --git a/docs/src/pages/_meta.json b/docs/src/pages/_meta.json index f3aec35..dda370c 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.5 Latest Release", + "title": "2.0.6 Latest Release", "href": "/docs/latest" }, "v1-release": { diff --git a/docs/src/pages/docs/_meta.json b/docs/src/pages/docs/_meta.json index a9465a4..6f55c48 100644 --- a/docs/src/pages/docs/_meta.json +++ b/docs/src/pages/docs/_meta.json @@ -10,6 +10,6 @@ "timestamp": false } }, - "latest": "v2.0.5 Latest", + "latest": "v2.0.6 Latest", "v1": "v1.1.1" } diff --git a/docs/src/pages/docs/index.mdx b/docs/src/pages/docs/index.mdx index 4649480..7a019c0 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.5 + Latest v2.0.6
This is the latest ***stable*** release. @@ -110,6 +110,17 @@ This is a list of all the available releases. dev + +
+

Release v2.0.6

+

12 December 2025

+
+ stable + +You are viewing the documentation for the `v2.0.6` 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 b1e784d..e85ba6f 100644 --- a/docs/src/pages/index.mdx +++ b/docs/src/pages/index.mdx @@ -1,5 +1,5 @@ --- -title: Thread v2.0.5 +title: Thread v2.0.6 --- import Link from "next/link"; @@ -71,7 +71,7 @@ export function Feature({ Thread -  - v2.0.5 +  - v2.0.6
diff --git a/docs/theme.config.tsx b/docs/theme.config.tsx index c895c58..c9decfc 100644 --- a/docs/theme.config.tsx +++ b/docs/theme.config.tsx @@ -50,7 +50,7 @@ const Head = () => { const { route } = useRouter(); const pageTitle = - route === "/" || !title ? "Thread v2.0.5" : `${title} | Thread v2.0.5`; + route === "/" || !title ? "Thread v2.0.6" : `${title} | Thread v2.0.6`; const socialImage = "https://thread.ngjx.org/socialcard-white.jpg"; return ( @@ -125,7 +125,7 @@ const config: DocsThemeConfig = { const { asPath } = useRouter(); if (asPath !== "/") { return { - titleTemplate: "%s | Thread v2.0.5", + titleTemplate: "%s | Thread v2.0.6", }; } }, diff --git a/package-lock.json b/package-lock.json index c58c05d..91a77b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1954,6 +1954,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.7.0.tgz", "integrity": "sha512-lN0btVpj2unxHlNYLI//BQ7nzbMJYBVQX5+pbNXvGYazdlgYonMn4AhhHifQ+J4fGRYA/m1DjaQjx+fDetqBOQ==", "dev": true, + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.7.0", "@typescript-eslint/types": "8.7.0", @@ -2143,6 +2144,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -2593,6 +2595,7 @@ } ], "license": "MIT", + "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001646", "electron-to-chromium": "^1.5.4", @@ -2951,6 +2954,7 @@ "resolved": "https://registry.npmjs.org/cytoscape/-/cytoscape-3.30.2.tgz", "integrity": "sha512-oICxQsjW8uSaRmn4UK/jkczKOqTrVqt5/1WL0POiJUT2EKNc9STM4hYFHv917yu55aTBMFNRzymlJhVAiWPCxw==", "license": "MIT", + "peer": true, "engines": { "node": ">=0.10" } @@ -3333,6 +3337,7 @@ "resolved": "https://registry.npmjs.org/d3-selection/-/d3-selection-3.0.0.tgz", "integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==", "license": "ISC", + "peer": true, "engines": { "node": ">=12" } @@ -3959,6 +3964,7 @@ "integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -4151,6 +4157,7 @@ "integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "array-includes": "^3.1.7", "array.prototype.findlastindex": "^1.2.3", @@ -10644,6 +10651,7 @@ "version": "14.2.13", "resolved": "https://registry.npmjs.org/next/-/next-14.2.13.tgz", "integrity": "sha512-BseY9YNw8QJSwLYD7hlZzl6QVDoSFHL/URN5K64kVEVpCsSOWeyjbIGK+dZUaRViHTaMQX8aqmnn0PHBbGZezg==", + "peer": true, "dependencies": { "@next/env": "14.2.13", "@swc/helpers": "0.5.5", @@ -10846,6 +10854,7 @@ "resolved": "https://registry.npmjs.org/nextra/-/nextra-2.13.4.tgz", "integrity": "sha512-7of2rSBxuUa3+lbMmZwG9cqgftcoNOVQLTT6Rxf3EhBR9t1EI7b43dted8YoqSNaigdE3j1CoyNkX8N/ZzlEpw==", "license": "MIT", + "peer": true, "dependencies": { "@headlessui/react": "^1.7.17", "@mdx-js/mdx": "^2.3.0", @@ -11540,6 +11549,7 @@ "url": "https://github.com/sponsors/ai" } ], + "peer": true, "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.1.0", @@ -11732,6 +11742,7 @@ "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "license": "MIT", + "peer": true, "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -11795,6 +11806,7 @@ "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", "license": "MIT", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -11807,6 +11819,7 @@ "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-18.3.1.tgz", "integrity": "sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw==", "license": "MIT", + "peer": true, "dependencies": { "loose-envify": "^1.1.0", "scheduler": "^0.23.2" @@ -13457,6 +13470,7 @@ "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz", "integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==", "license": "MIT", + "peer": true, "dependencies": { "ansi-sequence-parser": "^1.1.0", "jsonc-parser": "^3.2.0", @@ -14396,6 +14410,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", "dev": true, + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/pyproject.toml b/pyproject.toml index 6ee0aed..968095d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "thread" -version = "2.0.5" +version = "2.0.6" description = "Threading module extension" authors = ["Alex "] license = "BSD-3-Clause" @@ -30,7 +30,7 @@ classifiers = [ [tool.poetry.urls] Homepage = "https://thread.ngjx.org" -Documentation = "https://thread.ngjx.org/docs/v2.0.5" +Documentation = "https://thread.ngjx.org/docs/v2.0.6" Source = "https://github.com/python-thread/thread" Download = "https://pypi.org/project/thread/#files" "Release Notes" = "https://github.com/python-thread/thread/releases" diff --git a/src/thread/__init__.py b/src/thread/__init__.py index 3b045e6..682e98b 100644 --- a/src/thread/__init__.py +++ b/src/thread/__init__.py @@ -1,6 +1,6 @@ """ ## Thread Library -Documentation at https://thread.ngjx.org/docs/2.0.5 +Documentation at https://thread.ngjx.org/docs/2.0.6 --- diff --git a/src/thread/version.py b/src/thread/version.py index 8f212a2..9c9aea0 100644 --- a/src/thread/version.py +++ b/src/thread/version.py @@ -1,2 +1,2 @@ -__version__ = '2.0.5' +__version__ = '2.0.6' __all__ = ['__version__']