mirror of https://github.com/phonopy/phono3py.git
Set version 2.5.1
This commit is contained in:
parent
04d187c30b
commit
9ad4906034
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Dec-31-2022: Version 2.5.1
|
||||
|
||||
- Release to trigger phono3py conda-forge package build.
|
||||
|
||||
## Dec-29-2022: Version 2.5.0
|
||||
|
||||
- Maintenance release to follow the change of phonopy at v2.17.
|
||||
|
|
|
@ -59,7 +59,7 @@ copyright = "2015, Atsushi Togo"
|
|||
# The short X.Y version.
|
||||
version = "2.5"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2.5.0"
|
||||
release = "2.5.1"
|
||||
|
||||
# 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.5.0"
|
||||
__version__ = "2.5.1"
|
||||
|
|
Loading…
Reference in New Issue