-
Notifications
You must be signed in to change notification settings - Fork 583
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected version number for release
- Loading branch information
Edward J M Easton
committed
Sep 2, 2015
1 parent
8d6f68e
commit 7008de5
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,30 @@ | ||
|
||
## Changelog | ||
|
||
### 1.6 | ||
### 1.5 | ||
|
||
* Always use the primary cluster node for 'has_symbol()', it's safer | ||
|
||
### 1.5 | ||
### 1.4 | ||
|
||
* Bugfixes for timezone handling, now ensures use of non-naive datetimes | ||
* Bugfix for tickstore read missing images | ||
|
||
### 1.4 | ||
### 1.3 | ||
|
||
* Improvements to command-line control scripts for users and libraries | ||
* Bugfix for pickling top-level Arctic object | ||
|
||
### 1.3 | ||
### 1.2 | ||
|
||
* Allow snapshotting a range of versions in the VersionStore, and | ||
snapshot all versions by default. | ||
|
||
### 1.2 | ||
### 1.1 | ||
|
||
* Bugfix for backwards-compatible unpickling of bson-encoded data | ||
* Added switch for enabling parallel lz4 compression | ||
|
||
### 1.1 | ||
|
||
* Added hook for registering auth provider | ||
* Tickstore reads now include all fields when prepending images | ||
* Added 'allow_secondary' argument to VersionStore read methods | ||
|
||
### 1.0 | ||
|
||
* Initial public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ def run_tests(self): | |
|
||
setup( | ||
name="arctic", | ||
version="1.6.0", | ||
version="1.5.0", | ||
author="Man AHL Technology", | ||
author_email="[email protected]", | ||
description=("AHL Research Versioned TimeSeries and Tick store"), | ||
|