Skip to content

Commit 5b38e13

Browse files
authored
Tag v1.11.3 with tools to v1.5.5 (#227)
* Update tools to v1.5.5 * actually update the version
1 parent 660fd5a commit 5b38e13

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.11.3
2+
--------------
3+
* Fix get_code on ModuleDirImport (#226)
4+
15
Version 1.11.2
26
--------------
37
* please_pex now maps hyphens to underscores for resolving distribution metadata (#224)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.2
1+
1.11.3

tools/BUILD

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ subinclude("//build_defs:version")
22

33
version(name = "version")
44

5-
TOOLS_VERSION = "1.5.4"
5+
TOOLS_VERSION = "1.5.5"
66

77
remote_file(
88
name = "please_pex",
99
url = f"https://github.com/please-build/python-rules/releases/download/tools-v{TOOLS_VERSION}/please_pex-{TOOLS_VERSION}-{CONFIG.OS}_{CONFIG.ARCH}",
1010
hashes = [
11-
"f8c19359244f2470c6832a5ba6b19ae43cd5482be305b3a0177b44c02ab46121", # please_pex-1.5.4-darwin_amd64
12-
"4a64e768e4620182457feeb8cd7f5707efacc404b7af41d46996e56d467fbed1", # please_pex-1.5.4-darwin_arm64
13-
"bc0cddb71e3d16607f9e6fcb0fd7465e2863720c5659fc8fdf2d69311a083043", # please_pex-1.5.4-freebsd_amd64
14-
"6396b005313a29326a610e9de20e87a25670131dafcf5018be85f23c3a31f8d9", # please_pex-1.5.4-linux_amd64
15-
"85f5d0096008021cea952b51f839d8a3689040a2fd2e3d46b06e3da8314a3f5e", # please_pex-1.5.4-linux_arm64
11+
"bc430ad8f1b1ae5516490a26758d3e8efc65da64112ba69ecc79aa0251b4794e", # please_pex-1.5.5-darwin_amd64
12+
"28865fc2f67e406f6544aef7fe2ba334d3fac3096ed54df4a270390c220db240", # please_pex-1.5.5-darwin_arm64
13+
"1b47c2211b736891129f64659ef8f92afdb626477ca4ce428b808b3c6ce5d7ba", # please_pex-1.5.5-freebsd_amd64
14+
"772068a245d6c19f082ea5f53a3ea9201f7c169c6ed225e8ddbf6e8092752f22", # please_pex-1.5.5-linux_amd64
15+
"cdc04adcca95fd915328887083c50c38029409b5210c4a90bc81145b049002fe", # please_pex-1.5.5-linux_arm64
1616
],
1717
binary = True,
1818
visibility = ["PUBLIC"],

0 commit comments

Comments
 (0)