Set version 2.6.0

This commit is contained in:
Atsushi Togo 2023-04-03 18:19:08 +09:00
parent 808dd0c6a7
commit 27855626fe
3 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
# Change Log
## Apr-3-2023: Version 2.6.0
- Release to follow the change of phonopy at v2.18, which fixes to be able to
read `phono3py*.yaml` file with `phono3py-load`.
## Dec-31-2022: Version 2.5.1
- Release to trigger phono3py conda-forge package build.

View File

@ -57,9 +57,9 @@ copyright = "2015, Atsushi Togo"
# built documents.
#
# The short X.Y version.
version = "2.5"
version = "2.6"
# The full version, including alpha/beta/rc tags.
release = "2.5.1"
release = "2.6.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.5.1"
__version__ = "2.6.0"