Skip to content

Commit d40e314

Browse files
committed
0.1.2 RC 1
1 parent 8e15491 commit d40e314

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ ArrayMap requires the following:
2424
What is New in ArrayMap
2525
-------------------------
2626

27+
0.1.2
28+
-------
29+
30+
Corrected segfault resulting from initialization from generators that raise.
31+
2732

2833
0.1.1
2934
-------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55

66

7-
AM_VERSION = "0.1.1"
7+
AM_VERSION = "0.1.2"
88

99

1010
with open("README.md") as file:

0 commit comments

Comments
 (0)