Skip to content

Commit a8d1853

Browse files
committed
chore(main): Release v0.1.19
1 parent 17081b1 commit a8d1853

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.18"
2+
".": "0.1.19"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.19](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.18...v0.1.19) (2024-04-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** Update dependency packaging to v24 ([#152](https://github.com/cloudquery/plugin-sdk-python/issues/152)) ([484cd03](https://github.com/cloudquery/plugin-sdk-python/commit/484cd03b1d22e0b2321c49ea3cfd09e0b196d9bd))
9+
* **deps:** Update dependency pytz to v2024 ([#154](https://github.com/cloudquery/plugin-sdk-python/issues/154)) ([17081b1](https://github.com/cloudquery/plugin-sdk-python/commit/17081b157a9af4c5c9d3f3297ea08007a9f3300b))
10+
311
## [0.1.18](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.17...v0.1.18) (2024-04-01)
412

513

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
]
5252
setuptools.setup(
5353
name=name,
54-
version="0.1.18",
54+
version="0.1.19",
5555
description=description,
5656
long_description=long_description,
5757
author="CloudQuery LTD",

0 commit comments

Comments
 (0)