Set version 2.5.1

This commit is contained in:
Atsushi Togo 2022-12-31 07:51:04 +09:00
parent 04d187c30b
commit 9ad4906034
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

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.5.0"
__version__ = "2.5.1"