Skip to content

Commit f71770f

Browse files
committed
Release 3.3.0
1 parent 1777439 commit f71770f

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/source/changelog.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
Changelog
33
=========
44

5-
3.3.0 (TBA)
5+
3.3.0 (2025-11-05)
66
------------------------
77

8+
* Added ``count_comments=`` parameter to ``Table.all`` and ``Table.first``.
9+
- `PR #441 <https://github.com/gtalarico/pyairtable/pull/441>`_
10+
* Added support for `Create Workspace <https://airtable.com/developers/web/api/create-workspace>`_
11+
via :meth:`Enterprise.create_workspace <pyairtable.Enterprise.create_workspace>`.
12+
- `PR #442 <https://github.com/gtalarico/pyairtable/pull/442>`_
813
* Added support for Python 3.14 and dropped support for Python 3.9.
14+
- `PR #443 <https://github.com/gtalarico/pyairtable/pull/443>`_
15+
* Added pyairtable.models.schema.FieldType enum.
16+
- `PR #444 <https://github.com/gtalarico/pyairtable/pull/444>`_
917

1018
3.2.0 (2025-08-17)
1119
------------------------

pyairtable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.2.0"
1+
__version__ = "3.3.0"
22

33
from pyairtable.api import Api, Base, Table
44
from pyairtable.api.enterprise import Enterprise

0 commit comments

Comments
 (0)