From 3a7458b207f1c28f29acf98f0c9dafbc69c54735 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Thu, 26 Dec 2024 10:17:52 +0900 Subject: [PATCH] Set version 3.10.2 --- doc/changelog.md | 4 ++++ doc/conf.py | 2 +- phono3py/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 85cc3446..3d22fee3 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,10 @@ # Change Log +## Dec-26-2024: Version 3.10.2 + +- `BUILD_WITHOUT_LAPACKE=ON` was made as the default compilation choice. + ## Dec-23-2024: Version 3.10.1 - Replace `dtype="int_"` by `dtype="long"`. diff --git a/doc/conf.py b/doc/conf.py index 319c91eb..3682b15e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = "3.10" # The full version, including alpha/beta/rc tags. -release = "3.10.1" +release = "3.10.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/phono3py/version.py b/phono3py/version.py index 97046b22..a589b5d7 100644 --- a/phono3py/version.py +++ b/phono3py/version.py @@ -34,4 +34,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "3.10.1" +__version__ = "3.10.2"