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 6697133 commit c9f450bCopy full SHA for c9f450b
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.4.1
2
+### Changed
3
+- PR #54 (fixes a typo in the `clone_card` function)
4
+
5
## 3.4
6
### Changed
7
- New versioning format (3.4 instead of 0.3.4)
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="metabase-api",
8
- version="3.4",
+ version="3.4.1",
9
author="Vahid Vaezian",
10
author_email="vahid.vaezian@gmail.com",
11
description="A Python Wrapper for Metabase API",
0 commit comments