From 9951f5bfafb5ca1b6aada0a00315ce351d535edc Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Sat, 5 Jul 2025 10:34:26 +0900 Subject: [PATCH] Set version 3.17.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 b7fd66d3..b6fc4b34 100644 --- a/doc/changelog.md +++ b/doc/changelog.md @@ -2,6 +2,10 @@ # Change Log +## Jul-5-2025: Version 3.17.1 + +- Fix direct-solution crashing when executed via command line + ## Jun-26-2025: Version 3.17.0 - Major refactoring of command-user interface. Most of routines behind the diff --git a/doc/conf.py b/doc/conf.py index ea286ba0..9521a2dd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo" # The short X.Y version. version = "3.17" # The full version, including alpha/beta/rc tags. -release = "3.17.0" +release = "3.17.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 ea882be2..5b5180b6 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.17.0" +__version__ = "3.17.1"