Skip to content

Commit 3f02611

Browse files
committed
Change next arctic release number
The next one will be 1.77 because I messed up 1.75 and 1.76 :sadness
1 parent 2034f15 commit 3f02611

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)