Skip to content

Commit 6139851

Browse files
authored
Merge pull request pandas-dev#762 from shashank88/arctic_update_version
Roll over arctic version to 1.78
2 parents 3a8d42a + f594323 commit 6139851

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### 1.77
3+
### 1.77 (2019-05-01)
44
* Bugfix: pypandoc not rendering README correctly for PYPI
55
* Bugfix: #744 get_info on an empty dataframe raises an exception
66
* Bugfix: #751 Handle unpickling py2 datetime and other object types with latin1

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