We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ad731 commit d908131Copy full SHA for d908131
AWSIoTPythonSDK/__init__.py
@@ -1 +1 @@
1
-__version__ = "1.4.9"
+__version__ = "1.5.1"
continuous-delivery/publish_to_test_pypi.yml
@@ -14,7 +14,7 @@ phases:
14
- cd aws-iot-device-sdk-python
15
- export PKG_VERSION=$(git describe --tags | cut -f2 -dv)
16
- echo "Updating package version to ${PKG_VERSION}"
17
- - sed --in-place -E "s/__version__ = \".+\"/__version__ = \"${PKG_VERSION}\"/" AWSIoTPythonSDK/__init__.py
+ #- sed --in-place -E "s/__version__ = \".+\"/__version__ = \"${PKG_VERSION}\"/" AWSIoTPythonSDK/__init__.py
18
build:
19
commands:
20
- echo Build started on `date`
0 commit comments