Skip to content

Commit 28b85e8

Browse files
author
Edward J M Easton
committed
Updated changelog, fixed version number
1 parent c8522b1 commit 28b85e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
## Changelog
33

4+
### 1.17 (2015-12-24)
5+
6+
* Feature: Add timezone suppport to store multi-index dataframes
7+
* Bugfix: Fixed broken sdist releases
8+
49
### 1.16 (2015-12-15)
510

611
* Feature: ArticTransaction now supports non-audited 'transactions': `audit=False`

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def run_tests(self):
7575

7676
setup(
7777
name="arctic",
78-
version="1.13.0",
78+
version="1.17.0",
7979
author="Man AHL Technology",
8080
author_email="[email protected]",
8181
description=("AHL Research Versioned TimeSeries and Tick store"),

0 commit comments

Comments
 (0)