From 6b78860dc297bee7ec6e8f1120a4e5a7aebbc3b9 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Sat, 14 Dec 2024 06:52:08 +0900 Subject: [PATCH] Set version 3.10.0 --- doc/changelog.md | 4 ++++ doc/conf.py | 4 ++-- phono3py/version.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/changelog.md b/doc/changelog.md index 8f68a567..404499f6 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,10 @@ # Change Log +## Dec-6-2024: Version 3.10.0 + +- Update to follow the change of phonopy's internal functions + ## Dec-6-2024: Version 3.9.0 - Update to follow the change of phonopy's internal functions diff --git a/doc/conf.py b/doc/conf.py index 5d421078..4f382595 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -58,9 +58,9 @@ # built documents. # # The short X.Y version. -version = "3.9" +version = "3.10" # The full version, including alpha/beta/rc tags. -release = "3.9.0" +release = "3.10.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 d2f316b5..96450c2b 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.9.0" +__version__ = "3.10.0"