mirror of https://github.com/phonopy/phono3py.git
Set version 3.17.1
This commit is contained in:
parent
48105c5f52
commit
9951f5bfaf
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
# Change Log
|
# 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
|
## Jun-26-2025: Version 3.17.0
|
||||||
|
|
||||||
- Major refactoring of command-user interface. Most of routines behind the
|
- Major refactoring of command-user interface. Most of routines behind the
|
||||||
|
|
|
@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = "3.17"
|
version = "3.17"
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
|
@ -34,4 +34,4 @@
|
||||||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
# POSSIBILITY OF SUCH DAMAGE.
|
# POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
__version__ = "3.17.0"
|
__version__ = "3.17.1"
|
||||||
|
|
Loading…
Reference in New Issue