Set version 3.12.0

This commit is contained in:
Atsushi Togo 2025-01-28 08:48:35 +09:00
parent 94caacaced
commit 5633c4ebed
3 changed files with 9 additions and 3 deletions

View File

@ -2,6 +2,12 @@
# Change Log
## Jan-28-2024: Version 3.12.0
- `dtype="long"` was replaced by `dtype="int64"` aiming making Windows build. In
C, `long` was replaced by `int64_t`.
- Fix `phono3py-kaccum`.
## Jan-18-2024: Version 3.11.2
- Maintenance release.

View File

@ -58,9 +58,9 @@ copyright = "2015, Atsushi Togo"
# built documents.
#
# The short X.Y version.
version = "3.11"
version = "3.12"
# The full version, including alpha/beta/rc tags.
release = "3.11.2"
release = "3.12.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.11.2"
__version__ = "3.12.0"