Set version 3.13.0

This commit is contained in:
Atsushi Togo 2025-02-05 14:33:53 +09:00
parent 40206bb1b8
commit f2b7abde58
3 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
# Change Log
## Feb-5-2025: Version 3.13.0
- Release to follow the change of phonopy
## Feb-1-2025: Version 3.12.2
- Fix an openmp related bug in computing collision matrix in C

View File

@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
# built documents.
#
# The short X.Y version.
version = "3.12"
version = "3.13"
# The full version, including alpha/beta/rc tags.
release = "3.12.2"
release = "3.13.0"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -34,4 +34,4 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
__version__ = "3.12.2"
__version__ = "3.13.0"