We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc4ff9 commit c9a0bffCopy full SHA for c9a0bff
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.4](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.3...v0.1.4) (2023-10-01)
4
+
5
6
+### Bug Fixes
7
8
+* **deps:** Update dependency pandas to v2.1.1 ([#56](https://github.com/cloudquery/plugin-sdk-python/issues/56)) ([4bc4ff9](https://github.com/cloudquery/plugin-sdk-python/commit/4bc4ff92814b77c0621f9d025fac40ad926bc465))
9
10
## [0.1.3](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.2...v0.1.3) (2023-09-01)
11
12
setup.py
@@ -53,7 +53,7 @@
53
]
54
setuptools.setup(
55
name=name,
56
- version="0.1.3",
+ version="0.1.4",
57
description=description,
58
long_description=long_description,
59
author="CloudQuery LTD",
0 commit comments