We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8522b1 commit 28b85e8Copy full SHA for 28b85e8
CHANGES.md
@@ -1,6 +1,11 @@
1
2
## Changelog
3
4
+### 1.17 (2015-12-24)
5
+
6
+ * Feature: Add timezone suppport to store multi-index dataframes
7
+ * Bugfix: Fixed broken sdist releases
8
9
### 1.16 (2015-12-15)
10
11
* Feature: ArticTransaction now supports non-audited 'transactions': `audit=False`
setup.py
@@ -75,7 +75,7 @@ def run_tests(self):
75
76
setup(
77
name="arctic",
78
- version="1.13.0",
+ version="1.17.0",
79
author="Man AHL Technology",
80
author_email="[email protected]",
81
description=("AHL Research Versioned TimeSeries and Tick store"),
0 commit comments