Skip to content

Commit 098adc4

Browse files
committed
bump version
1 parent 7333005 commit 098adc4

2 files changed

Lines changed: 20 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
## 3.6
2+
- Improved async client
3+
14
## 3.5.2
25
### Changed
3-
- Add `response_format` parameter to `get_item_info` function
6+
- Added `response_format` parameter to `get_item_info` function
47

58
## 3.5.1
69
### Changed
7-
- Add timeout argument for the async client
10+
- Added timeout argument for the async client
811

912
## 3.5
1013
### Added
@@ -14,12 +17,12 @@
1417

1518
## 3.4.5.1
1619
### Changed
17-
- Fix [#59](https://github.com/vvaezian/metabase_api_python/issues/59)
18-
- Improve docs styling
20+
- Fixed [#59](https://github.com/vvaezian/metabase_api_python/issues/59)
21+
- Improved docs styling
1922

2023
## 3.4.4
2124
### Changed
22-
- Make sure the provided API key is correct.
25+
- Ensured the provided API key is correct.
2326

2427
## 3.4.3
2528
### Changed
@@ -31,16 +34,16 @@
3134

3235
## 3.4.1
3336
### Changed
34-
- PR #54 (fixes a typo in the `clone_card` function)
37+
- PR #54 (fixed a typo in the `clone_card` function)
3538

3639
## 3.4
3740
### Changed
38-
- New versioning format (3.4 instead of 0.3.4)
41+
- Changed versioning format (3.4 instead of 0.3.4)
3942
- Added `format_rows` option to `get_card_data` function
4043

4144
## 0.3.3
4245
### Changed
43-
- Authentication using API key
46+
- Enabled authentication using API key
4447

4548
## 0.3.2
4649
### Changed
@@ -52,8 +55,8 @@
5255

5356
## 0.3.0
5457
### Changed
55-
- Option for local unittest is added. Also GitHub Actions Workflow is modified to use local testing.
56-
- Fixed the issue #37 ([Make wrapper more maintenance-proof with non-breaking refactor](https://github.com/vvaezian/metabase_api_python/issues/37))
58+
- Added option for local unittest. Also modified GitHub Actions Workflow to use local testing.
59+
- Fixed the issue #37 ([Made wrapper more maintenance-proof with non-breaking refactor](https://github.com/vvaezian/metabase_api_python/issues/37))
5760

5861
## 0.2.16
5962
### Changed
@@ -69,21 +72,21 @@
6972

7073
## 0.2.14
7174
### Added
72-
- "Allow passing filter values to `get_card_data` function" ([#25](https://github.com/vvaezian/metabase_api_python/issues/25)).
73-
- "Add `add_card_to_dashboard` custom function" (PR [#26](https://github.com/vvaezian/metabase_api_python/pull/26)).
75+
- "Allowed passing filter values to `get_card_data` function" ([#25](https://github.com/vvaezian/metabase_api_python/issues/25)).
76+
- "Added `add_card_to_dashboard` custom function" (PR [#26](https://github.com/vvaezian/metabase_api_python/pull/26)).
7477
- `get_item_info` function
7578
### Changed
76-
- "Copy collection to root collection does not work" ([#23](https://github.com/vvaezian/metabase_api_python/issues/23)).
79+
- "Fixed copy collection to root collection" ([#23](https://github.com/vvaezian/metabase_api_python/issues/23)).
7780
- Expanded the `get_item_id` and `get_item_name` functions to cover all item types ([#28](https://github.com/vvaezian/metabase_api_python/issues/28)).
78-
- `clone_card` function now also works for simple/custom questions ([#27](https://github.com/vvaezian/metabase_api_python/issues/27)).
79-
- `clone_card` function now replaces table name in the query text for native questions.
81+
- Updated `clone_card` function to work for simple/custom questions ([#27](https://github.com/vvaezian/metabase_api_python/issues/27)).
82+
- Updated `clone_card` function to replace table name in the query text for native questions.
8083

8184
## 0.2.13
8285
### Added
8386
- `create_collection` function
8487
### Changed
8588
- Fixed the issues #20 and #22.
86-
- Changed the behavior of the `copy_collection` function. Previously it would copy only the content of the source collection, but now copies the contents together with source collection itself.
89+
- Changed the behavior of the `copy_collection` function. Previously it would copy only the content of the source collection, but now copied the contents together with source collection itself.
8790
In other words, now a new collection with the same name as the source collection is created in the destination and the content of the source collection is copied into it.
8891
- Improved the function `make_json`.
8992

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="metabase-api",
8-
version="3.5.2",
8+
version="3.6",
99
author="Vahid Vaezian",
1010
author_email="vahid.vaezian@gmail.com",
1111
description="A Python Wrapper for Metabase API",

0 commit comments

Comments
 (0)