Skip to content

Commit

Permalink
8.0.0b10 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenjayakar authored Mar 16, 2021
1 parent 9bbc84d commit 7256871
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 8.0.0b10
Type fixes, see full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).

## 8.0.0b9
This version represents a transition in how we maintain our external client libraries. We are now using an [API spec](https://github.com/plaid/plaid-openapi) written in `OpenAPI 3.0.0` and running our definition file through [OpenAPITool's `python` generator](https://github.com/OpenAPITools/openapi-generator).

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!make
CURRENT_DIR:=$(shell pwd)
OPENAPI_VERSION:=1.5.4-beta
OPENAPI_VERSION:=1.8.0-beta
OPENAPI_FILE:=2020-09-14.yml
PYTHON_PACKAGE_VERSION=$(shell cat setup.py | grep VERSION | head -1 | sed -e "s/^VERSION=//" -e "s/'//" -e "s/'//")
OPENAPI_GENERATOR:=docker run --rm -v $(CURRENT_DIR):/local openapitools/openapi-generator-cli:v5.0.1 generate
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The official python client library for the [Plaid API][1].
## Install

```console
$ pip install plaid-python
$ pip install --pre plaid-python==8.0.0b10
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

VERSION='8.0.0b9'
VERSION='8.0.0b10'
url = 'https://github.com/plaid/plaid-python'

REQUIRES = [
Expand Down

0 comments on commit 7256871

Please sign in to comment.