Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gtalarico committed Sep 25, 2020
1 parent 71795ec commit a4d829c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit a4d829c

Please sign in to comment.