Skip to content

Commit

Permalink
2.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sybrenjansen committed Mar 19, 2024
1 parent 33bdfeb commit 80942f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Changelog
=========

Unreleased
----------
2.10.1
------

*(2024-03-19)*

* Fixed a bug in the timeout handler where the cache dictionary could be changed during iteration (`#123`_)
* Fixed an authentication error when using a progress bar or insights in a spawn or forkserver context when using dill
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from datetime import datetime
import re

_version = '2.10.0'
_version = '2.10.1'


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 @@ -9,7 +9,7 @@ def read_description():
if __name__ == '__main__':
setup(
name='mpire',
version='2.10.0',
version='2.10.1',
author='Sybren Jansen',
description='A Python package for easy multiprocessing, but faster than multiprocessing',
long_description=read_description(),
Expand Down

0 comments on commit 80942f3

Please sign in to comment.