Skip to content

Commit

Permalink
chore: Bumped version for release 3.7.0 (#977)
Browse files Browse the repository at this point in the history
* New release for 3.7.0

Signed-off-by: github-actions <github-actions@github.com>

* Bumped version to 3.7.0

Signed-off-by: github-actions <github-actions@github.com>

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Apr 20, 2021
1 parent 73eff8a commit c494058
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit c494058

Please sign in to comment.