Skip to content

Commit 5b26664

Browse files
authored
Merge pull request pandas-dev#766 from shashank88/release_1_79
Release 1 79
2 parents da3bf8f + cecab91 commit 5b26664

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### 1.79 (2019-05-02)
4+
* Bugfix: #765 Pandas data columns require encoding to convert to unicode.
5+
36
### 1.78 (2019-05-02)
47
* Bugfix: Use the default encoding (ascii) instead of bytes for unpickling.
58

setup.py

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

6666
setup(
6767
name="arctic",
68-
version="1.79.0",
68+
version="1.80.0",
6969
author="Man AHL Technology",
7070
author_email="[email protected]",
7171
description=("AHL Research Versioned TimeSeries and Tick store"),

0 commit comments

Comments
 (0)