Skip to content

Commit b76d709

Browse files
committed
3.2.1
Automatically generated by python-semantic-release
1 parent be29e78 commit b76d709

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
<!--next-version-placeholder-->
44

5+
## v3.2.1 (2021-01-20)
6+
7+
58
## v3.2.0 (2021-01-19)
69
### Feature
710
* Integration with Dremio ([#859](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/859)) ([`e3b83d3`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e3b83d325c8d842ab5ae0f8ab54806389d208c9c))

setup.py

Lines changed: 1 addition & 1 deletion
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.2.0'
40+
__version__ = '3.2.1'
4141

4242

4343
setup(

0 commit comments

Comments
 (0)