Skip to content

Commit 63b3e36

Browse files
committed
Version bumped to 1.2.1
1 parent d47c5ab commit 63b3e36

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.2.1
2+
- Fixed an issue in multiprocessing code.
3+
14
1.2.0
25
- Multiprocessing (by loisaidasam)
36
- Python 3 support

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Untar the archive::
1818
tar xf <filename.tar.gz>
1919

2020
Next, go to the folder just created. It will have the same name as the package
21-
(for example "cluster-1.2.0") and run::
21+
(for example "cluster-1.2.1") and run::
2222

2323
python setup.py install
2424

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='cluster',
13-
version='1.2.0',
13+
version='1.2.1',
1414
author='Michel Albert',
1515
author_email='[email protected]',
1616
url='https://github.com/exhuma/python-cluster',

0 commit comments

Comments
 (0)