Skip to content

Commit c494058

Browse files
github-actions[bot]github-actions
and
github-actions
authored
chore: Bumped version for release 3.7.0 (#977)
* 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>
1 parent 73eff8a commit c494058

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
### Feature
2+
* Table and Column Lineage Polish ([#970](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/970)) ([`cd2f4c4`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/cd2f4c438007acff26fc335950a6bc03c89d63eb))
3+
* Table and Column Lineage Lists ([#969](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/969)) ([`df9532a`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/df9532a89fa09f6cfe1059f4d6a300c54f277020))
4+
* Add Table Notices ([#957](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/957)) ([`e3be638`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e3be638df25cd74f41e191bd3eb87c544bf0876b))
5+
* 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))
6+
17
### Fix
8+
* 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))
9+
* 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))
210
* Made commit author consistent ([#917](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/917)) ([`48441cd`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/48441cd3c073c7a68145fa329ea35ad125707d4d))
311
* Yaml syntax error ([#913](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/913)) ([`8f49627`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/8f496279c5835f59cd120d23b589a9cd708d536d))
412
* Add chore to monthly release PRs ([#912](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/912)) ([`9323862`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/93238628029a439d10a68398bcda19bb2992b945))

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def build_js() -> None:
3737
with open(requirements_path) as requirements_file:
3838
requirements = requirements_file.readlines()
3939

40-
__version__ = '3.6.0'
40+
__version__ = '3.7.0'
4141

4242
oicd = ['flaskoidc==0.1.1']
4343
pyarrrow = ['pyarrow==3.0.0']

0 commit comments

Comments
 (0)