Skip to content

Commit

Permalink
Publish Version: 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed Jul 9, 2022
1 parent 3592dee commit b7bd086
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Changelog
.. warning::
Looking for airtable-python-wrapper changelog? See :doc:`migrations`.

1.2.0
------

Release Date: 2022-07-09

* Fixed missing rate limit in :meth:`~pyairtable.api.ApiAbstract.batch_update` - `PR #162 <https://github.com/gtalarico/pyairtable/pull/162>`_.
* Added support for new parameter `return_fields_by_field_id` - `PR #161 <https://github.com/gtalarico/pyairtable/pull/161>`_. See updated :ref:`Parameters`.
* Added new `OR` formula - `PR #148 <https://github.com/gtalarico/pyairtable/pull/148>`_. See updated :ref:`Formulas`.

1.1.0
------

Expand Down
2 changes: 1 addition & 1 deletion pyairtable/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.1.0"
__version__ = "1.2.0"

from .api import Api, Base, Table # noqa

0 comments on commit b7bd086

Please sign in to comment.