diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 790691c3d17..78cd70fb0e3 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -11,6 +11,13 @@ Version 4.8.next - introduction of simple induction lemmas to handle a limited repertoire of induction proofs. +Version 4.8.14 +============== + - fixes Antimirov derivatives for intersections and unions required + required for solving non-emptiness constraints. + - includes x86 dll in nuget package for Windows. + - exposes additional user propagator functionality + Version 4.8.13 ============== The release integrates various bug fixes and tuning. diff --git a/scripts/release.yml b/scripts/release.yml index 78a58de5948..fc026abb6f2 100644 --- a/scripts/release.yml +++ b/scripts/release.yml @@ -6,7 +6,7 @@ trigger: none variables: - ReleaseVersion: '4.8.13' + ReleaseVersion: '4.8.14' stages: @@ -391,7 +391,7 @@ stages: # Enable on release: - job: PyPIPublish - condition: eq(1,1) + condition: eq(0,1) displayName: "Publish to PyPI" pool: vmImage: "ubuntu-latest"