Skip to content

Commit 7256871

Browse files
8.0.0b10 (plaid#309)
1 parent 9bbc84d commit 7256871

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 8.0.0b10
2+
Type fixes, see full changelog [here](https://github.com/plaid/plaid-openapi/blob/master/CHANGELOG.md).
3+
14
## 8.0.0b9
25
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).
36

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!make
22
CURRENT_DIR:=$(shell pwd)
3-
OPENAPI_VERSION:=1.5.4-beta
3+
OPENAPI_VERSION:=1.8.0-beta
44
OPENAPI_FILE:=2020-09-14.yml
55
PYTHON_PACKAGE_VERSION=$(shell cat setup.py | grep VERSION | head -1 | sed -e "s/^VERSION=//" -e "s/'//" -e "s/'//")
66
OPENAPI_GENERATOR:=docker run --rm -v $(CURRENT_DIR):/local openapitools/openapi-generator-cli:v5.0.1 generate

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The official python client library for the [Plaid API][1].
2020
## Install
2121

2222
```console
23-
$ pip install plaid-python
23+
$ pip install --pre plaid-python==8.0.0b10
2424
```
2525

2626
## Documentation

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

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

66
REQUIRES = [

0 commit comments

Comments
 (0)