Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jun 22, 2022
1 parent 88bc1bd commit aee7145
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.3 (2022-06-22)
### Fix
* **security:** Bump pywin32 from 227 to 301 ([#10](https://github.com/developmentseed/pydantic-ssm-settings/issues/10)) ([`88bc1bd`](https://github.com/developmentseed/pydantic-ssm-settings/commit/88bc1bd3c52fd14e4dfa39d6e8d54e1e7073ad50))

## v0.2.2 (2022-06-21)
### Fix
* Instruct semantic-releases to up version in poetry config ([`650554d`](https://github.com/developmentseed/pydantic-ssm-settings/commit/650554df56e479d64039418a0738d80901b19432))
Expand Down
2 changes: 1 addition & 1 deletion pydantic_ssm_settings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .settings import AwsSsmSourceConfig

__all__ = ("AwsSsmSourceConfig",)
__version__ = "0.2.2"
__version__ = "0.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers = ["Anthony Lukach <[email protected]>"]
name = "pydantic-ssm-settings"
readme = "README.md"
repository = "https://github.com/developmentseed/pydantic-ssm-settings/"
version = "0.2.2"
version = "0.2.3"

[tool.poetry.dependencies]
"boto3" = "^1.21.45"
Expand Down

0 comments on commit aee7145

Please sign in to comment.