Skip to content

Commit 3a8d42a

Browse files
authored
Merge pull request pandas-dev#761 from shashank88/update_version
Change next arctic release number
2 parents 2034f15 + 3f02611 commit 3a8d42a

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.75
3+
### 1.77
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.75.0",
68+
version="1.77.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)