Skip to content

Commit

Permalink
update release scripts and notes in master
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Dec 23, 2021
1 parent 5afb95b commit a00d68f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
trigger: none

variables:
ReleaseVersion: '4.8.13'
ReleaseVersion: '4.8.14'

stages:

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a00d68f

Please sign in to comment.