mirror of https://github.com/phonopy/phono3py.git
Set version 3.7.0
This commit is contained in:
parent
0c20678a6b
commit
7c425375c4
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Nov-13-2024: Version 3.7.0
|
||||
|
||||
- Update to follow the change of phonopy's internal functions
|
||||
|
||||
## Nov-3-2024: Version 3.6.0
|
||||
|
||||
- Maintenance release.
|
||||
|
|
|
@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "3.6"
|
||||
version = "3.7"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.6.0"
|
||||
release = "3.7.0"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -34,4 +34,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "3.6.0"
|
||||
__version__ = "3.7.0"
|
||||
|
|
Loading…
Reference in New Issue