Skip to content

Commit

Permalink
1.13.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
semantic-release authored and manast committed Sep 11, 2023
1 parent 4b01f35 commit c389221
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/gitbook/python/changelog.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.13.1 (2023-09-11)
### Fix
* **move-to-finished:** Consider addition of prioritized jobs when processing last active job (#2176) (python) ([`4b01f35`](https://github.com/taskforcesh/bullmq/commit/4b01f359c290cfc62ea74ff3ab0b43ccc6956a02))

## v1.13.0 (2023-09-07)
### Feature
* **flow-producer:** Add addBulk method (python) ([#2174](https://github.com/taskforcesh/bullmq/issues/2174)) ([`c67dfb4`](https://github.com/taskforcesh/bullmq/commit/c67dfb49931ee4cb96573af660e9f2316942687c))
2 changes: 1 addition & 1 deletion python/bullmq/__init__.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
A background job processor and message queue for Python based on Redis.
"""
__version__ = "1.13.0"
__version__ = "1.13.1"
__author__ = 'Taskforce.sh Inc.'
__credits__ = 'Taskforce.sh Inc.'

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bullmq"
version = "1.13.0"
version = "1.13.1"
description='BullMQ for Python'
readme="README.md"
authors = [

0 comments on commit c389221

Please sign in to comment.