Skip to content

Commit

Permalink
Bump to 2.0.0rc1 for (pre-)release (#332)
Browse files Browse the repository at this point in the history
bump to 2.0.0rc1 for (pre-)release
  • Loading branch information
hemidactylus authored Dec 20, 2024
1 parent d8aafee commit e968998
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
===============
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
Expand Down

0 comments on commit e968998

Please sign in to comment.