Skip to content

Commit e968998

Browse files
authored
Bump to 2.0.0rc1 for (pre-)release (#332)
bump to 2.0.0rc1 for (pre-)release
1 parent d8aafee commit e968998

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
main
2-
====
1+
v 2.0.0rc1
2+
==========
33
Support for TIMEUUID and COUNTER columns:
44
- enlarged ColumnType enum (used by the API to describe non-creatable columns)
55
- 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
88
added optional `api_support` member to all column descriptor (as the Data API returns it for various columns)
99
restore support for Python 3.8, 3.9
1010
maintenance: full restructuring of tests and CI (tables+collections on same footing+other)
11+
maintenance: adopt `blockbuster` in async tests to detect (and bust) any blocking call
1112

1213
v 2.0.0-preview
1314
===============

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires-python = ">=3.8"
33

44
[tool.poetry]
55
name = "astrapy"
6-
version = "2.0.0-preview"
6+
version = "2.0.0rc1"
77
description = "AstraPy is a Pythonic SDK for DataStax Astra and its Data API"
88
authors = [
99
"Stefano Lottini <[email protected]>",

0 commit comments

Comments
 (0)