From 2718cec5317423a687dce3282848cb93db8dfda9 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Mon, 23 Dec 2024 13:07:21 +0900 Subject: [PATCH] Set version 3.10.1 --- 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 404499f6..85cc3446 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,10 @@ # Change Log +## Dec-23-2024: Version 3.10.1 + +- Replace `dtype="int_"` by `dtype="long"`. + ## Dec-6-2024: Version 3.10.0 - Update to follow the change of phonopy's internal functions diff --git a/doc/conf.py b/doc/conf.py index 4f382595..319c91eb 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.0" +release = "3.10.1" # 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 96450c2b..97046b22 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.0" +__version__ = "3.10.1"