Set version 2.5.0

This commit is contained in:
Atsushi Togo 2022-12-29 21:36:09 +09:00
parent b9bf2b28c5
commit 18ca58a0f7
3 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@
# Change Log
## Oct-29-2022: Version 2.5.0
- Maintenance release to follow the change of phonopy at v2.17.
- Bug fix of phonon-isotope scattering strength. The scattering strength was
slightly overestimated (commit c4c54c73).
## Oct-6-2022: Version 2.4.1
- Release for pypi packaging

View File

@ -57,9 +57,9 @@ copyright = "2015, Atsushi Togo"
# built documents.
#
# The short X.Y version.
version = "2.4"
version = "2.5"
# The full version, including alpha/beta/rc tags.
release = "2.4.1"
release = "2.5.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -33,4 +33,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "2.4.1"
__version__ = "2.5.0"