From 2dd47a766c5879973849c51276c76662cca9c343 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Tue, 3 Mar 2026 09:49:12 +0900 Subject: [PATCH] Set version 3.26.0 --- doc/changelog.md | 4 ++-- doc/conf.py | 4 ++-- phono3py/version.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index aad2c1c4..fba4236b 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,9 +2,9 @@ # Change Log -## Feb-15-2026: Version 3.25.0 +## Mar-3-2026: Version 3.26.0 -- Maintenance release following the change in phonopy +- Refactoring of lattice thermal conductivity routines. ## Jan-7-2026: Version 3.24.0 diff --git a/doc/conf.py b/doc/conf.py index 3404e97b..899c6359 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = "3.25" +version = "3.26" # The full version, including alpha/beta/rc tags. -release = "3.25.0" +release = "3.26.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 6a24fa94..9902b4c3 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.25.0" +__version__ = "3.26.0"