Skip to content

Commit 98346d9

Browse files
authored
prepare release 1.82.0 (#1012)
1 parent c798a20 commit 98346d9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Changelog
22

33
### HEAD
4+
5+
### 1.82.0 (2023-07-24)
6+
* Release: #1012 version 1.82.0
47
* Compatibility: update pinning from pandas<1.1, to pandas<2
58
* Compatibility: update pinning from numpy<1.19 to numpy<2
69
* Build: specify which version of python/numpy/pandas to test

README-arctic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Arctic currently works with:
112112

113113
* python 3.6, 3.7, 3.8
114114
* pymongo >= 3.6.0 <= 3.11.0
115-
* pandas >= 0.22.0 <1.1.0
115+
* pandas >= 0.22.0 < 2
116116
* MongoDB >= 2.4.x <= 4.4.18
117117

118118

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run_tests(self):
5858

5959
setup(
6060
name="arctic",
61-
version="1.81.2",
61+
version="1.82.0",
6262
author="Man AHL Technology",
6363
author_email="arctic@man.com",
6464
description=("AHL Research Versioned TimeSeries and Tick store"),

0 commit comments

Comments
 (0)