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
|
||||
|
||||
## 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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue