Skip to content

Commit 7e3793f

Browse files
authored
Merge pull request pandas-dev#764 from shashank88/1.78release
Release 1.78 and tick over the next version to 1.79
2 parents 4d04943 + c10b98f commit 7e3793f

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.78 (2019-05-02)
4+
* Bugfix: Use the default encoding (ascii) instead of bytes for unpickling.
5+
36
### 1.77 (2019-05-01)
47
* Bugfix: pypandoc not rendering README correctly for PYPI
58
* Bugfix: #744 get_info on an empty dataframe raises an exception

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.78.0",
68+
version="1.79.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)