Set version 3.11.0

This commit is contained in:
Atsushi Togo 2025-01-02 14:36:56 +09:00
parent 5f281b6534
commit 8e06402135
3 changed files with 8 additions and 3 deletions

View File

@ -2,6 +2,11 @@
# Change Log
## Jan-2-2024: Version 3.11.0
- Release to follow the change of phonopy
- Add `--rd auto` and `--rd-fc2 auto` options
## Dec-26-2024: Version 3.10.2
- `BUILD_WITHOUT_LAPACKE=ON` was made as the default compilation choice.

View File

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