Set version 3.18.0

This commit is contained in:
Atsushi Togo 2025-07-22 15:13:54 +09:00
parent e736838528
commit 5a14780e6b
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.

View File

@ -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"