Skip to content

Commit 8364fca

Browse files
committed
Release v0.6.0
1 parent 55f3a14 commit 8364fca

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
The format is based on [Keep a Changelog](http://keepachangelog.com/)
99
and this project adheres to [Semantic Versioning](http://semver.org/).
1010

11-
### [Unreleased](https://github.com/h2oai/datatable/compare/HEAD...v0.5.0)
11+
### [Unreleased](https://github.com/h2oai/datatable/compare/HEAD...v0.6.0)
12+
13+
14+
### [v0.6.0](https://github.com/h2oai/datatable/compare/v0.6.0...v0.5.0) — 2018-06-05
1215
#### Added
1316
- fread will detect feather file and issue an appropriate error message.
1417
- when fread extracts data from archives into memory, it will now display

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ pip install datatable
6868
On Linux you can install a binary distribution as
6969
```
7070
# If you have Python 3.5
71-
pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.5.0/datatable-0.5.0-cp35-cp35m-linux_x86_64.whl
71+
pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.6.0/datatable-0.6.0-cp35-cp35m-linux_x86_64.whl
7272
7373
# If you have Python 3.6
74-
pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.5.0/datatable-0.5.0-cp36-cp36m-linux_x86_64.whl
74+
pip install https://s3.amazonaws.com/h2o-release/datatable/stable/datatable-0.6.0/datatable-0.6.0-cp36-cp36m-linux_x86_64.whl
7575
```
7676

7777
On all other platforms a source distribution will be needed. For more information see [Build instructions](https://github.com/h2oai/datatable/wiki/Build-instructions).

datatable/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
66
#-------------------------------------------------------------------------------
77

8-
version = "0.5.0"
8+
version = "0.6.0"

0 commit comments

Comments
 (0)