We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be29e78 commit b76d709Copy full SHA for b76d709
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
<!--next-version-placeholder-->
4
5
+## v3.2.1 (2021-01-20)
6
+
7
8
## v3.2.0 (2021-01-19)
9
### Feature
10
* Integration with Dremio ([#859](https://github.com/amundsen-io/amundsenfrontendlibrary/issues/859)) ([`e3b83d3`](https://github.com/amundsen-io/amundsenfrontendlibrary/commit/e3b83d325c8d842ab5ae0f8ab54806389d208c9c))
setup.py
@@ -37,7 +37,7 @@ def build_js() -> None:
37
with open(requirements_path) as requirements_file:
38
requirements = requirements_file.readlines()
39
40
-__version__ = '3.2.0'
+__version__ = '3.2.1'
41
42
43
setup(
0 commit comments