From a4d829c1f28c09f564d13988ef47a12f4e8f02f5 Mon Sep 17 00:00:00 2001 From: gtalarico Date: Thu, 24 Sep 2020 22:08:25 -0700 Subject: [PATCH] Version bump --- HISTORY.md | 3 +++ airtable/__version__.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index c3aa69c9..4481c275 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +# 0.15.1 +* Fix: [batch delete](https://github.com/gtalarico/airtable-python-wrapper/pull/100) + # 0.15.0 * **Breaking**: Drop Api config from ENV variable - use `api_key` arg instead * **Breaking**: Drop Python 2 / IronPython Support diff --git a/airtable/__version__.py b/airtable/__version__.py index 0cb94977..a3029046 100644 --- a/airtable/__version__.py +++ b/airtable/__version__.py @@ -1,4 +1,4 @@ -__version__ = "0.15.0" +__version__ = "0.15.1" __name__ = "airtable-python-wrapper" __description__ = "Python API Wrapper for the Airtable API" __url__ = "https://github.com/gtalarico/airtable-python-wrapper"