From c53e8108aadd1c20407a380487b2e1b6b67909ff Mon Sep 17 00:00:00 2001 From: Stefano Lottini Date: Fri, 20 Dec 2024 16:13:25 +0100 Subject: [PATCH] bump to 2.0.0rc1 for (pre-)release --- CHANGES | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 7db4916..104f253 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -main -==== +v 2.0.0rc1 +========== Support for TIMEUUID and COUNTER columns: - enlarged ColumnType enum (used by the API to describe non-creatable columns) - readable through find/find_one operations (now returned by the API when reading) @@ -8,6 +8,7 @@ added 'filter' to the `TableAPISupportDescriptor` structure (now returned by the added optional `api_support` member to all column descriptor (as the Data API returns it for various columns) restore support for Python 3.8, 3.9 maintenance: full restructuring of tests and CI (tables+collections on same footing+other) +maintenance: adopt `blockbuster` in async tests to detect (and bust) any blocking call v 2.0.0-preview =============== diff --git a/pyproject.toml b/pyproject.toml index 3f429d6..3e1ec09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">=3.8" [tool.poetry] name = "astrapy" -version = "2.0.0-preview" +version = "2.0.0rc1" description = "AstraPy is a Pythonic SDK for DataStax Astra and its Data API" authors = [ "Stefano Lottini ",