mirror of https://github.com/phonopy/phono3py.git
Set version 3.15.0
This commit is contained in:
parent
613322f7e7
commit
5817ef240c
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Mar-4-2025: Version 3.15.0
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
||||
## Mar-1-2025: Version 3.14.1
|
||||
|
||||
- Release to follow the change of phonopy
|
||||
|
|
|
@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "3.14"
|
||||
version = "3.15"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.14.1"
|
||||
release = "3.15.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.14.1"
|
||||
__version__ = "3.15.0"
|
||||
|
|
Loading…
Reference in New Issue