diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b7e0b96f7f9..7bdebc4e00b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -25,4 +25,4 @@ If this is a **feature request**, show what you expect to happen if the feature #### Current Version: -v4.6.1 +v4.6.2 diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index bc84ae61c94..ae95444762e 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,11 @@ Stan Math Library Release Notes +====================================================================== +v4.6.2 (15 May 2023) +====================================================================== + +- Fix an issue in Stan, see release notes. + ====================================================================== v4.6.1 (2 May 2023) ====================================================================== diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index ff547877702..10070450fc6 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -38,7 +38,7 @@ PROJECT_NAME = "Stan Math Library" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 4.6.1 +PROJECT_NUMBER = 4.6.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/stan/math/version.hpp b/stan/math/version.hpp index 9d0d6fc49cf..3e29ecf8a3c 100644 --- a/stan/math/version.hpp +++ b/stan/math/version.hpp @@ -13,7 +13,7 @@ #define STAN_MATH_MAJOR 4 #define STAN_MATH_MINOR 6 -#define STAN_MATH_PATCH 1 +#define STAN_MATH_PATCH 2 namespace stan { namespace math {