Skip to content

Commit

Permalink
Merge pull request #370 from mesozoic/release-3.0.0a2
Browse files Browse the repository at this point in the history
Release 3.0.0a2
  • Loading branch information
mesozoic committed May 10, 2024
2 parents d87ffa8 + dba1cb3 commit be5284e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ Changelog
* Added ORM fields that :ref:`require a non-null value <Required Values>`.
- `PR #363 <https://github.com/gtalarico/pyairtable/pull/363>`_.
* Refactored methods for accessing ORM model configuration.
- `PR #366 <https://github.com/gtalarico/pyairtable/pull/366>`_.
* Added support for :ref:`memoization of ORM models <memoizing linked records>`.
- `PR #369 <https://github.com/gtalarico/pyairtable/pull/369>`_.

2.3.3 (2024-03-22)
------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyairtable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.0.0a1"
__version__ = "3.0.0a2"

from .api import Api, Base, Table
from .api.enterprise import Enterprise
Expand Down

0 comments on commit be5284e

Please sign in to comment.