Set version v1.22.0 and update document for it

This commit is contained in:
Atsushi Togo 2021-01-29 11:19:41 +09:00
parent c81af37d7f
commit 87ef738b8d
6 changed files with 11 additions and 7 deletions

View File

@ -33,7 +33,7 @@ requirements:
- matplotlib-base
- pyyaml
- h5py
- phonopy>=2.8.1,<2.9
- phonopy>=2.9,<2.10
- openblas
- libgfortran
- spglib
@ -46,7 +46,7 @@ requirements:
- matplotlib-base
- pyyaml
- h5py
- phonopy>=2.8.1,<2.9
- phonopy>=2.9,<2.10
- openblas
- libgfortran
- spglib

View File

@ -3,6 +3,10 @@
Change Log
==========
Jan-29-2021: Version 1.22.0
---------------------------
- Maintenance release to follow phonopy v2.9.0.
Sep-30-2020: Version 1.21.0
---------------------------

View File

@ -49,9 +49,9 @@ copyright = u'2015, Atsushi Togo'
# built documents.
#
# The short X.Y version.
version = '1.21'
version = '1.22'
# The full version, including alpha/beta/rc tags.
release = '1.21.0'
release = '1.22.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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

View File

@ -2,4 +2,4 @@ numpy
PyYAML
matplotlib
h5py
phonopy >=2.8.1,<2.9
phonopy >=2.9,<2.10

View File

@ -310,7 +310,7 @@ if __name__ == '__main__':
url='http://phonopy.github.io/phono3py/',
packages=packages_phono3py,
install_requires=['numpy', 'scipy', 'PyYAML', 'matplotlib',
'h5py', 'spglib', 'phonopy>=2.8.1,<2.9'],
'h5py', 'spglib', 'phonopy>=2.9,<2.10'],
provides=['phono3py'],
scripts=scripts_phono3py,
ext_modules=[extension_lapackepy, extension_phono3py])