Skip to content

Commit 9303da0

Browse files
Merged PR 22047: Fixed reference version for macos intel builds, update changelog.
Fixed reference version for macos intel builds, update changelog.
2 parents af44d57 + 6c8bcc8 commit 9303da0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 3.0.0rc2
2+
- Date 2023-11-07
3+
- Fix reference version of macos intel builds
4+
15
Version 3.0.0rc1
26
- Date 2023-11-07
37
- Updated to pylon 7.4 on linux and windows

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# which is not equal to the version on the outer tar.gz
2424
"Linux": "7.4.0",
2525
"Linux_armv7l": "6.2.0",
26-
"Darwin": "7.3.0",
26+
"Darwin": "7.3.1",
2727
"Darwin_arm64": "7.3.1"
2828
}
2929

0 commit comments

Comments
 (0)