From 2978203bc749ab912aab7e660e88d0828d874d68 Mon Sep 17 00:00:00 2001 From: "Bai, Adela (Boston)" Date: Thu, 1 Feb 2024 12:20:32 -0500 Subject: [PATCH] release 1.82.2 --- CHANGES.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6b28df7c..08e93213 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ ## Changelog +### 1.82.2 (2024-02-01) + * Release: #1022 Prepare release 1.82.2 + * Perf: #1021 Improve performance of Tickstore read + * Bugfix: #1019 Remove failing requirements.txt versions + * Docs: #1019 Updated links to ArcticDB website and docs + * Docs: #1017 Fix doc for chunkstore's list_symbols + ### 1.82.1 (2023-10-09) * Release: #1014 Prepare release 1.82.1 * Bugfix: #1013 Fix serialized tz name for index timezones of dateutil.timezone.tzutc() diff --git a/setup.py b/setup.py index dd0f73b5..b9eb01a0 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def run_tests(self): setup( name="arctic", - version="1.82.1", + version="1.82.2", author="Man AHL Technology", author_email="arctic@man.com", description=("AHL Research Versioned TimeSeries and Tick store"),