mirror of https://github.com/phonopy/phono3py.git
Set version 3.18.0
This commit is contained in:
parent
e736838528
commit
5a14780e6b
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Jul-xx-2025: Version 3.17.2
|
||||
## Jul-22-2025: Version 3.18.0
|
||||
|
||||
- Changed `Phono3py.run_imag_self_energy()` to return `ImagSelfEnergyValues`.
|
||||
- Traditional force constants symmetrizer now applies translational and
|
||||
|
|
|
@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "3.17"
|
||||
version = "3.18"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.17.1"
|
||||
release = "3.18.0"
|
||||
|
||||
# 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.1"
|
||||
__version__ = "3.18.0"
|
||||
|
|
Loading…
Reference in New Issue