From c4940588519e0d6e5ee554beae68566a9a91407a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Apr 2021 13:29:24 -0700 Subject: [PATCH] chore: Bumped version for release 3.7.0 (#977) * New release for 3.7.0 Signed-off-by: github-actions * Bumped version to 3.7.0 Signed-off-by: github-actions Co-authored-by: github-actions --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c30eda194..3779be589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +### Feature +* Table and Column Lineage Polish ([#970](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/970)) ([`cd2f4c4`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/cd2f4c438007acff26fc335950a6bc03c89d63eb)) +* Table and Column Lineage Lists ([#969](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/969)) ([`df9532a`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/df9532a89fa09f6cfe1059f4d6a300c54f277020)) +* Add Table Notices ([#957](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/957)) ([`e3be638`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e3be638df25cd74f41e191bd3eb87c544bf0876b)) +* Allows for splitting stats' distinct values into a different element that shows in modal ([#960](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/960)) ([`fe04a06`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/fe04a066c71402fd0e40e41fbbaca5f203ac6b54)) + ### Fix +* Upgrade mypy version to build with Python3.8 ([#975](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/975)) ([`18963ec`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/18963ec8f06883ecb405521694f543f9627f8ed8)) +* Handles parsing errors when format not expected on distinct values ([#966](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/966)) ([`473bbdb`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/473bbdb95c5dd25625bcadc04171dfe19aacd328)) * Made commit author consistent ([#917](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/917)) ([`48441cd`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/48441cd3c073c7a68145fa329ea35ad125707d4d)) * Yaml syntax error ([#913](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/913)) ([`8f49627`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/8f496279c5835f59cd120d23b589a9cd708d536d)) * Add chore to monthly release PRs ([#912](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/912)) ([`9323862`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/93238628029a439d10a68398bcda19bb2992b945)) diff --git a/setup.py b/setup.py index 757c3db19..1fd464b19 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def build_js() -> None: with open(requirements_path) as requirements_file: requirements = requirements_file.readlines() -__version__ = '3.6.0' +__version__ = '3.7.0' oicd = ['flaskoidc==0.1.1'] pyarrrow = ['pyarrow==3.0.0']