Skip to content

Commit 444660f

Browse files
committed
0.1.7 RC 1
1 parent 5182bba commit 444660f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ ArrayMap requires the following:
3636
What is New in ArrayMap
3737
-------------------------
3838

39+
0.1.7
40+
........
41+
42+
Corrected issue when creating a ``FrozenAutoMap`` from a ``datetime64`` array that has duplicates.
43+
44+
3945
0.1.6
4046
........
4147

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.6"
7+
AM_VERSION = "0.1.7"
88

99

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

0 commit comments

Comments
 (0)