Skip to content

Commit 738e371

Browse files
committed
Bumped up the version number
1 parent acba785 commit 738e371

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
UNRELEASED
2-
==========
1+
3.4.0
2+
=====
33

44
- Backported bpo-21423: Add an initializer argument to {Process,Thread}PoolExecutor
55
(only ThreadPoolExecutor for now; PR by Fahrzin Hemmati)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
readme = f.read()
2828

2929
setup(name='futures',
30-
version='3.3.0',
30+
version='3.4.0',
3131
description='Backport of the concurrent.futures package from Python 3',
3232
long_description=readme,
3333
author='Brian Quinlan',

0 commit comments

Comments
 (0)