Skip to content

Commit

Permalink
chore(main): Release v0.1.19 (#156)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [0.1.19](v0.1.18...v0.1.19) (2024-04-01)


### Bug Fixes

* **deps:** Update dependency packaging to v24 ([#152](#152)) ([484cd03](484cd03))
* **deps:** Update dependency pytz to v2024 ([#154](#154)) ([17081b1](17081b1))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
cq-bot committed Apr 1, 2024
1 parent 17081b1 commit 5bbd510
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.18"
".": "0.1.19"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.19](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.18...v0.1.19) (2024-04-01)


### Bug Fixes

* **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))
* **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))

## [0.1.18](https://github.com/cloudquery/plugin-sdk-python/compare/v0.1.17...v0.1.18) (2024-04-01)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
setuptools.setup(
name=name,
version="0.1.18",
version="0.1.19",
description=description,
long_description=long_description,
author="CloudQuery LTD",
Expand Down

0 comments on commit 5bbd510

Please sign in to comment.