mirror of https://github.com/phonopy/phono3py.git
Set version 2.6.0
This commit is contained in:
parent
808dd0c6a7
commit
27855626fe
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue