We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d04943 + c10b98f commit 7e3793fCopy full SHA for 7e3793f
CHANGES.md
@@ -1,5 +1,8 @@
1
## Changelog
2
3
+### 1.78 (2019-05-02)
4
+ * Bugfix: Use the default encoding (ascii) instead of bytes for unpickling.
5
+
6
### 1.77 (2019-05-01)
7
* Bugfix: pypandoc not rendering README correctly for PYPI
8
* Bugfix: #744 get_info on an empty dataframe raises an exception
setup.py
@@ -65,7 +65,7 @@ def run_tests(self):
65
66
setup(
67
name="arctic",
68
- version="1.78.0",
+ version="1.79.0",
69
author="Man AHL Technology",
70
author_email="[email protected]",
71
description=("AHL Research Versioned TimeSeries and Tick store"),
0 commit comments