diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 670a1b1..9b9444c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,12 +1,12 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = False message = bump: {current_version} --> {new_version} tag = False tag_name = {current_version} -tag_message = +tag_message = parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[A-Za-z]*)(?P\d*) -serialize = +serialize = {major}.{minor}.{patch}{rc_kind}{rc} {major}.{minor}.{patch} diff --git a/.copier-answers.yml b/.copier-answers.yml index 227551e..2e891e4 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: a01a11e +_commit: b7e79bf _src_path: https://codeberg.org/Fresh2dev/copier-f2dv-project.git author_email: hello@f2dv.com author_name: Donald Mellenbruch diff --git a/CHANGELOG.md b/CHANGELOG.md index f487a11..80d2016 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## 0.3.0 +## 0.4.0 - 2023-08-04 + +### :point_right: Changes + +- *Breaking:* Default engine changed from `threading.Thread` to `mp.Process` [a3dc1af] + +### :metal: Other + +- Correct annotations and docstrings [7a2470a] + +## 0.3.0 - 2023-06-22 - rename from `ezpq` to `ppqueue` - replaced `queue.get` with `queue.dequeue` / `queue.pop` diff --git a/README.pypi.md b/README.pypi.md new file mode 100644 index 0000000..a8a7fb7 --- /dev/null +++ b/README.pypi.md @@ -0,0 +1 @@ +[https://www.f2dv.com/r/ppqueue](https://www.f2dv.com/r/ppqueue) diff --git a/config/overrides/main.html b/config/overrides/main.html index a931321..6fc7871 100644 --- a/config/overrides/main.html +++ b/config/overrides/main.html @@ -8,7 +8,7 @@ {% block fonts %}