Set version 3.15.1

This commit is contained in:
Atsushi Togo 2025-04-30 21:17:20 +09:00
parent da0bcbbceb
commit a548f2269e
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
# Change Log
## Apr-30-2025: Version 3.15.1
- Release to follow the change of phonopy
## Mar-4-2025: Version 3.15.0
- Release to follow the change of phonopy

View File

@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
# The short X.Y version.
version = "3.15"
# The full version, including alpha/beta/rc tags.
release = "3.15.0"
release = "3.15.1"
# 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.15.0"
__version__ = "3.15.1"

View File

@ -16,7 +16,7 @@ dependencies = [
"matplotlib",
"h5py",
"spglib",
"phonopy>=2.38.0,<2.39",
"phonopy>=2.38.2,<2.39",
]
license = "BSD-3-Clause"
license-files = ["LICENSE"]