Skip to content

Commit

Permalink
prepare release 1.82.0 (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunckerr committed Jul 24, 2023
1 parent c798a20 commit 98346d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Changelog

### HEAD

### 1.82.0 (2023-07-24)
* Release: #1012 version 1.82.0
* Compatibility: update pinning from pandas<1.1, to pandas<2
* Compatibility: update pinning from numpy<1.19 to numpy<2
* Build: specify which version of python/numpy/pandas to test
Expand Down
2 changes: 1 addition & 1 deletion README-arctic.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Arctic currently works with:

* python 3.6, 3.7, 3.8
* pymongo >= 3.6.0 <= 3.11.0
* pandas >= 0.22.0 <1.1.0
* pandas >= 0.22.0 < 2
* MongoDB >= 2.4.x <= 4.4.18


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_tests(self):

setup(
name="arctic",
version="1.81.2",
version="1.82.0",
author="Man AHL Technology",
author_email="[email protected]",
description=("AHL Research Versioned TimeSeries and Tick store"),
Expand Down

0 comments on commit 98346d9

Please sign in to comment.