mirror of https://github.com/phonopy/phono3py.git
Set version 2.5.0
This commit is contained in:
parent
b9bf2b28c5
commit
18ca58a0f7
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue