Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AWSIoTPythonSDK/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.3"
__version__ = "1.5.4"
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
CHANGELOG
=========

1.5.4
* chore: CD pipeline flushing try #1

1.5.3
* improvement: Support Python3.12+ by conditionally removing deprecated API usage

Expand Down
2 changes: 1 addition & 1 deletion continuous-delivery/publish_to_test_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phases:
- python3 -m pip install --user --upgrade twine setuptools wheel awscli PyOpenSSL six
pre_build:
commands:
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-crt-python/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
- pypirc=$(aws secretsmanager get-secret-value --secret-id "alpha/aws-sdk-python-v1/.pypirc" --query "SecretString" | cut -f2 -d\") && echo "$pypirc" > ~/.pypirc
- cd aws-iot-device-sdk-python
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
- echo "Updating package version to ${PKG_VERSION}"
Expand Down