From 8e064021354096da827b65cc367e3818247d6ad5 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Thu, 2 Jan 2025 14:36:56 +0900 Subject: [PATCH] Set version 3.11.0 --- doc/changelog.md | 5 +++++ doc/conf.py | 4 ++-- phono3py/version.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 3d22fee3..03458e30 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,11 @@ # Change Log +## Jan-2-2024: Version 3.11.0 + +- Release to follow the change of phonopy +- Add `--rd auto` and `--rd-fc2 auto` options + ## Dec-26-2024: Version 3.10.2 - `BUILD_WITHOUT_LAPACKE=ON` was made as the default compilation choice. diff --git a/doc/conf.py b/doc/conf.py index 3682b15e..946af04e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = "3.10" +version = "3.11" # The full version, including alpha/beta/rc tags. -release = "3.10.2" +release = "3.11.0" # 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 a589b5d7..67dcb157 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.2" +__version__ = "3.11.0"