Set version 3.10.1

This commit is contained in:
Atsushi Togo 2024-12-23 13:07:21 +09:00
parent 88418e2543
commit 2718cec531
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
# Change Log # Change Log
## Dec-23-2024: Version 3.10.1
- Replace `dtype="int_"` by `dtype="long"`.
## Dec-6-2024: Version 3.10.0 ## Dec-6-2024: Version 3.10.0
- Update to follow the change of phonopy's internal functions - Update to follow the change of phonopy's internal functions

View File

@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
# The short X.Y version. # The short X.Y version.
version = "3.10" version = "3.10"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "3.10.0" release = "3.10.1"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # 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 # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
__version__ = "3.10.0" __version__ = "3.10.1"