Skip to content

Commit

Permalink
Ready for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewThe committed Dec 15, 2023
1 parent dab9770 commit 93fdfd3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.2.1
- Allow Python 3.8
- Add coverage and workflow badges

v0.2.0
- Add logger
- Allow top-level import of JobPool
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[![PyPI version](https://img.shields.io/pypi/v/job_pool.svg?logo=pypi&logoColor=FFE873)](https://pypi.org/project/job_pool/)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/job_pool.svg?logo=python&logoColor=FFE873)](https://pypi.org/project/job_pool/)
[![PyPI downloads](https://img.shields.io/pypi/dm/job_pool.svg)](https://pypistats.org/packages/job_pool)
[![Build](https://github.com/matthewthe/job-pool/workflows/Publish%20release/badge.svg)](https://github.com/matthewthe/job-pool/actions?workflow=release)
[![Tests](https://github.com/matthewthe/job-pool/workflows/Unit%20tests/badge.svg)](https://github.com/matthewthe/job-pool/actions?workflow=tests)
[![Codecov](https://codecov.io/gh/matthewthe/job-pool/branch/main/graph/badge.svg)](https://codecov.io/gh/matthewthe/job-pool)


Enhanced Job Pool for Python Multiprocessing

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "job-pool"
version = "0.2.0"
version = "0.2.1"
description = "Enhanced Job Pool for Python Multiprocessing"
authors = ["Matthew The <matthew.the@tum.de>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 93fdfd3

Please sign in to comment.