Skip to content

Commit ec21afc

Browse files
committed
Release 3.30.1: changelog, version and documentation
patch by Bret McGuire; reviewed by Bret McGuire and Brad Schoening reference: #1298
1 parent 2ff1672 commit ec21afc

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
3.30.1
2+
======
3+
June 19, 2026
4+
5+
Bug Fixes
6+
---------
7+
* Wheels for 3.30.0 include Cython-generated .c files (CASSPYTHON-21)
8+
* Mark non-security md5 usage to allow for compatibility with fips (PR 1288/1294)
9+
* Prevent crash at exit (PR 1287)
10+
11+
Others
12+
------
13+
* Removed obsolete check for python version > 3.7+ (CASSPYTHON-18)
14+
115
3.30.0
216
======
317
March 23, 2026

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To check if the installation was successful, you can run::
2626

2727
python -c 'import cassandra; print(cassandra.__version__)'
2828

29-
This command should print something like ``3.30.0``.
29+
This command should print something like ``3.30.1``.
3030

3131
.. _installation-datastax-graph:
3232

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["setuptools", "Cython>=3.0", "tomli"]
55
[project]
66
name = "cassandra-driver"
77
description = "Apache Cassandra Python Driver"
8-
version = "3.30.0"
8+
version = "3.30.1"
99
dependencies = ['geomet>=1.1', "Deprecated>=1.3.1"]
1010
readme = "README.rst"
1111
authors = [{name = "DataStax"}]

0 commit comments

Comments
 (0)