This is an automated email from the ASF dual-hosted git repository.

jan pushed a commit to branch 3.2.3-docs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/3.2.3-docs by this push:
     new 654e00123 fix version & cve link
654e00123 is described below

commit 654e00123792be19be3bff3002a86f2ab5a28f3b
Author: Jan Lehnardt <[email protected]>
AuthorDate: Tue Apr 25 10:53:22 2023 +0200

    fix version & cve link
---
 src/docs/src/conf.py          | 2 +-
 src/docs/src/whatsnew/3.2.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/docs/src/conf.py b/src/docs/src/conf.py
index 5633aafd6..e91af7172 100644
--- a/src/docs/src/conf.py
+++ b/src/docs/src/conf.py
@@ -31,7 +31,7 @@ nitpicky = True
 
 # should be over-written using rebar-inherited settings
 version = "3.2"
-release = "3.2.2"
+release = "3.2.3"
 
 project = "Apache CouchDB\u00ae"
 
diff --git a/src/docs/src/whatsnew/3.2.rst b/src/docs/src/whatsnew/3.2.rst
index b45208265..fad0c2006 100644
--- a/src/docs/src/whatsnew/3.2.rst
+++ b/src/docs/src/whatsnew/3.2.rst
@@ -34,7 +34,7 @@ Features and Enhancements
 
 * :ghissue:`4509`, :ghissue:`4405`: Make remsh work with quoted cookie values.
 
-* Fix for `CVE-2023-26268 
<https://docs.couchdb.org/en/stable/cve/2023-26268.html>`_.
+* Fix for `CVE-2023-26268 
<https://docs.couchdb.org/en/3.2.3-docs/cve/2023-26268.html>`_.
 
 .. _release/3.2.2:
 

Reply via email to