Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit edfba3d

Browse files
Merge pull request #81 from python-thread/chore/version-bump
Bump version to v2.0.1
2 parents 0af8777 + 096bc08 commit edfba3d

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

‎CITATION.cff‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ identifiers:
99
value: 10.5281/zenodo.10799219
1010
description: This is the collection of archived snapshots of all versions of thread.
1111
- type: url
12-
value: https://github.com/python-thread/thread/releases/tag/v2.0.0
13-
description: The GitHub release URL of tag v2.0.0.
12+
value: https://github.com/python-thread/thread/releases/tag/v2.0.1
13+
description: The GitHub release URL of tag v2.0.1.
1414
- type: url
15-
value: https://pypi.org/project/thread/2.0.0
16-
description: The PyPI release URL of tag v2.0.0.
15+
value: https://pypi.org/project/thread/2.0.1
16+
description: The PyPI release URL of tag v2.0.1.
1717
cff-version: 1.2.0
1818
date-released: 2024年03月07日
1919
keywords:
@@ -32,6 +32,6 @@ repository-code: https://github.com/python-thread/thread
3232
repository-artifact: https://pypi.org/project/thread
3333
title: thread
3434
type: software
35-
version: 2.0.0
35+
version: 2.0.1
3636
url: https://thread.ngjx.org
3737

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thread"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Threading module extension"
55
authors = ["Alex <contact@ngjx.org>"]
66
license = "BSD-3-Clause"
@@ -30,7 +30,7 @@ classifiers = [
3030

3131
[tool.poetry.urls]
3232
Homepage = "https://thread.ngjx.org"
33-
Documentation = "https://thread.ngjx.org/docs/v2.0.0"
33+
Documentation = "https://thread.ngjx.org/docs/v2.0.1"
3434
Source = "https://github.com/python-thread/thread"
3535
Download = "https://pypi.org/project/thread/#files"
3636
"Release Notes" = "https://github.com/python-thread/thread/releases"

‎src/thread/__init__.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
## Thread Library
3-
Documentation at https://thread.ngjx.org/docs/2.0.0
3+
Documentation at https://thread.ngjx.org/docs/2.0.1
44
55
66
---
@@ -18,7 +18,7 @@
1818
"""
1919

2020

21-
__version__ = '2.0.0'
21+
__version__ = '2.0.1'
2222

2323

2424
# Export Core

‎src/thread/_types.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Types
33
4-
Documentation: https://thread.ngjx.org/docs/v2.0.0
4+
Documentation: https://thread.ngjx.org/docs/v2.0.1
55
"""
66

77
from typing import Any, Literal, Callable, Union, Sized

‎src/thread/decorators/_processor.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Processor
33
4-
Documentation: https://thread.ngjx.org/docs/v2.0.0
4+
Documentation: https://thread.ngjx.org/docs/v2.0.1
55
"""
66

77
from functools import wraps

‎src/thread/decorators/_threaded.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Threaded
33
4-
Documentation: https://thread.ngjx.org/docs/v2.0.0
4+
Documentation: https://thread.ngjx.org/docs/v2.0.1
55
"""
66

77
from functools import wraps

‎src/thread/exceptions.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
## Thread Exceptions
33
4-
Documentation: https://thread.ngjx.org/docs/v2.0.0
4+
Documentation: https://thread.ngjx.org/docs/v2.0.1
55
"""
66

77
import traceback

‎src/thread/thread.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Thread: ...
88
class ConcurrentProcessing: ...
99
```
1010
11-
Documentation: https://thread.ngjx.org/docs/v2.0.0
11+
Documentation: https://thread.ngjx.org/docs/v2.0.1
1212
"""
1313

1414
import sys

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /