Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachliu committed Feb 26, 2021
1 parent ad0d6cc commit 0bb89bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fulfilling the request.
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project based on [the specs](https://github.com/zachliu/airflow-openapi-specs):

- API version: 1.0.0
- Package version: 0.4.12
- Package version: 0.14.13
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://github.com/zachliu](https://github.com/zachliu)

Expand Down Expand Up @@ -352,31 +352,37 @@ Class | Method | HTTP request | Description
- [Connection](docs/Connection.md)
- [ConnectionAllOf](docs/ConnectionAllOf.md)
- [ConnectionCollection](docs/ConnectionCollection.md)
- [ConnectionCollectionAllOf](docs/ConnectionCollectionAllOf.md)
- [ConnectionCollectionItem](docs/ConnectionCollectionItem.md)
- [CronExpression](docs/CronExpression.md)
- [DAG](docs/DAG.md)
- [DAGCollection](docs/DAGCollection.md)
- [DAGCollectionAllOf](docs/DAGCollectionAllOf.md)
- [DAGDetail](docs/DAGDetail.md)
- [DAGDetailAllOf](docs/DAGDetailAllOf.md)
- [DAGRun](docs/DAGRun.md)
- [DAGRunCollection](docs/DAGRunCollection.md)
- [DAGRunCollectionAllOf](docs/DAGRunCollectionAllOf.md)
- [DagState](docs/DagState.md)
- [Error](docs/Error.md)
- [EventLog](docs/EventLog.md)
- [EventLogCollection](docs/EventLogCollection.md)
- [EventLogCollectionAllOf](docs/EventLogCollectionAllOf.md)
- [ExtraLink](docs/ExtraLink.md)
- [ExtraLinkCollection](docs/ExtraLinkCollection.md)
- [HealthInfo](docs/HealthInfo.md)
- [HealthStatus](docs/HealthStatus.md)
- [ImportError](docs/ImportError.md)
- [ImportErrorCollection](docs/ImportErrorCollection.md)
- [ImportErrorCollectionAllOf](docs/ImportErrorCollectionAllOf.md)
- [InlineResponse200](docs/InlineResponse200.md)
- [InlineResponse2001](docs/InlineResponse2001.md)
- [ListDagRunsForm](docs/ListDagRunsForm.md)
- [ListTaskInstanceForm](docs/ListTaskInstanceForm.md)
- [MetadatabaseStatus](docs/MetadatabaseStatus.md)
- [Pool](docs/Pool.md)
- [PoolCollection](docs/PoolCollection.md)
- [PoolCollectionAllOf](docs/PoolCollectionAllOf.md)
- [RelativeDelta](docs/RelativeDelta.md)
- [SLAMiss](docs/SLAMiss.md)
- [ScheduleInterval](docs/ScheduleInterval.md)
Expand All @@ -387,6 +393,7 @@ Class | Method | HTTP request | Description
- [TaskExtraLinks](docs/TaskExtraLinks.md)
- [TaskInstance](docs/TaskInstance.md)
- [TaskInstanceCollection](docs/TaskInstanceCollection.md)
- [TaskInstanceCollectionAllOf](docs/TaskInstanceCollectionAllOf.md)
- [TaskInstanceReference](docs/TaskInstanceReference.md)
- [TaskInstanceReferenceCollection](docs/TaskInstanceReferenceCollection.md)
- [TaskState](docs/TaskState.md)
Expand All @@ -396,12 +403,14 @@ Class | Method | HTTP request | Description
- [Variable](docs/Variable.md)
- [VariableAllOf](docs/VariableAllOf.md)
- [VariableCollection](docs/VariableCollection.md)
- [VariableCollectionAllOf](docs/VariableCollectionAllOf.md)
- [VariableCollectionItem](docs/VariableCollectionItem.md)
- [VersionInfo](docs/VersionInfo.md)
- [WeightRule](docs/WeightRule.md)
- [XCom](docs/XCom.md)
- [XComAllOf](docs/XComAllOf.md)
- [XComCollection](docs/XComCollection.md)
- [XComCollectionAllOf](docs/XComCollectionAllOf.md)
- [XComCollectionItem](docs/XComCollectionItem.md)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "airflow-python-sdk"
VERSION = "0.4.12"
VERSION = "0.14.13"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 0bb89bc

Please sign in to comment.