diff --git a/CITATION.cff b/CITATION.cff index a80200356..1ddbc0c1e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,5 +5,5 @@ authors: given-names: Özgür orcid: https://orcid.org/0000-0001-9519-938X title: Conjure: The Automated Constraint Modelling Tool -version: v2.4.1 -date-released: 2023-04-24 +version: v2.5.0 +date-released: 2023-05-18 diff --git a/conjure-cp.cabal b/conjure-cp.cabal index 888c5db11..a0e0162f6 100644 --- a/conjure-cp.cabal +++ b/conjure-cp.cabal @@ -1,6 +1,6 @@ Cabal-version: 2.4 Name: conjure-cp -Version: 2.4.1 +Version: 2.5.0 Synopsis: Conjure: The Automated Constraint Modelling Tool Description: . Homepage: http://github.com/conjure-cp/conjure diff --git a/docs/conf.py b/docs/conf.py index 9b7a2fd34..5d3eb6288 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ # built documents. # # The short X.Y version. -version = u'2.4.1' +version = u'2.5.0' # The full version, including alpha/beta/rc tags. release = version