Skip to content

Commit aee7145

Browse files
committedJun 22, 2022
0.2.3
Automatically generated by python-semantic-release
1 parent 88bc1bd commit aee7145

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.3 (2022-06-22)
6+
### Fix
7+
* **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))
8+
59
## v0.2.2 (2022-06-21)
610
### Fix
711
* Instruct semantic-releases to up version in poetry config ([`650554d`](https://github.com/developmentseed/pydantic-ssm-settings/commit/650554df56e479d64039418a0738d80901b19432))

‎pydantic_ssm_settings/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .settings import AwsSsmSourceConfig
22

33
__all__ = ("AwsSsmSourceConfig",)
4-
__version__ = "0.2.2"
4+
__version__ = "0.2.3"

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ maintainers = ["Anthony Lukach <anthonylukach@gmail.com>"]
1111
name = "pydantic-ssm-settings"
1212
readme = "README.md"
1313
repository = "https://github.com/developmentseed/pydantic-ssm-settings/"
14-
version = "0.2.2"
14+
version = "0.2.3"
1515

1616
[tool.poetry.dependencies]
1717
"boto3" = "^1.21.45"

0 commit comments

Comments
 (0)
Please sign in to comment.