diff --git a/changelog.txt b/changelog.txt index c7055dd..decac65 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Version 3.0.0rc2 + - Date 2023-11-07 + - Fix reference version of macos intel builds + Version 3.0.0rc1 - Date 2023-11-07 - Updated to pylon 7.4 on linux and windows diff --git a/setup.py b/setup.py index 11e8e62..7ed924e 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # which is not equal to the version on the outer tar.gz "Linux": "7.4.0", "Linux_armv7l": "6.2.0", - "Darwin": "7.3.0", + "Darwin": "7.3.1", "Darwin_arm64": "7.3.1" }