diff --git a/CHANGES b/CHANGES index 203a71cb8..622db693c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +1.11.0 | 2024-07-26 12:48:14 +0200 + + * Release 1.11.0. + 1.11.0-dev.279 | 2024-07-26 12:47:30 +0200 * GH-1808: Fix non-converging optimizer pass for used functions. (Benjamin Bannier, Corelight) diff --git a/NEWS.rst b/NEWS.rst index b91c801c9..ca82cc977 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -2,8 +2,8 @@ This following summarizes the most important changes in recent Spicy releases. For an exhaustive list of all changes, see the :repo:`CHANGES` file coming with the distribution. -Version 1.11 (in progress) -========================== +Version 1.11 +============ .. rubric:: New Functionality diff --git a/VERSION b/VERSION index b0e8551d0..1cac385c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.11.0-dev.279 +1.11.0 diff --git a/doc/conf.py b/doc/conf.py index 0e4048843..f8041a29a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -25,7 +25,7 @@ author = "Zeek Project" version = open("../VERSION").readline() -release = "1.10.1" # most recent release version +release = "1.11.0" # most recent release version # -- General configuration ---------------------------------------------------