diff --git a/CITATION.cff b/CITATION.cff index 694855bd6..a80200356 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.0 -date-released: 2022-11-15 +version: v2.4.1 +date-released: 2023-04-24 diff --git a/conjure-cp.cabal b/conjure-cp.cabal index ffe0d5e18..5478960c0 100644 --- a/conjure-cp.cabal +++ b/conjure-cp.cabal @@ -1,6 +1,6 @@ Name: conjure-cp -Version: 2.4.0 +Version: 2.4.1 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 225ebae23..9b7a2fd34 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ # built documents. # # The short X.Y version. -version = u'2.4.0' +version = u'2.4.1' # The full version, including alpha/beta/rc tags. release = version