Skip to content

Commit

Permalink
Version 2.3.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenjansen committed Mar 29, 2022
1 parent 91e35d5 commit f238b70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

Dev
---
2.3.4
-----

* Platform specific dependencies are now handled using environment markers as defined in PEP-508_ (`#30`_)
* Fixes hanging ``WorkerPool`` when using ``worker_lifespan`` and returning results that exceed the pipe capacity
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from datetime import datetime
import re

_version = '2.3.3'
_version = '2.3.4'


def isBoostFunc(what, obj):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def read_description():
# For Python < 3.7 we need dataclasses. On Windows, we need pywin32 for CPU pinning
setup(
name='mpire',
version='2.3.3',
version='2.3.4',
author='Slimmer AI',
description='A Python package for easy multiprocessing, but faster than multiprocessing',
long_description=read_description(),
Expand Down

0 comments on commit f238b70

Please sign in to comment.