Skip to content

Commit 61a935c

Browse files
author
Bob Strahan
committed
Release version 0.4.5 and format publish.py checksum calculation
1 parent 1bbf6e4 commit 61a935c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.5-rc1
1+
0.4.5

publish.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,10 @@ def get_component_checksum(self, *paths):
20972097

20982098
# Include deployment context in checksum calculation
20992099
combined = (
2100-
"".join(checksums) + (self.bucket or "") + (self.prefix_and_version or "") + (self.region or "")
2100+
"".join(checksums)
2101+
+ (self.bucket or "")
2102+
+ (self.prefix_and_version or "")
2103+
+ (self.region or "")
21012104
)
21022105
result = hashlib.sha256(combined.encode()).hexdigest()
21032106

0 commit comments

Comments
 (0)