mirror of https://github.com/phonopy/phono3py.git
Set version 2.4.1
This commit is contained in:
parent
3dc2069c5c
commit
c3d0f5e80c
|
@ -2,7 +2,11 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## May-28-2022: Version 2.4.0
|
||||
## Oct-6-2022: Version 2.4.1
|
||||
|
||||
- Release for pypi packaging
|
||||
|
||||
## Oct-5-2022: Version 2.4.0
|
||||
|
||||
- Maintenance release to follow the change of phonopy at v2.16.
|
||||
- Installation procedure from source code is changed. See
|
||||
|
|
|
@ -51,7 +51,7 @@ copyright = "2015, Atsushi Togo"
|
|||
# The short X.Y version.
|
||||
version = "2.4"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "2.4.0"
|
||||
release = "2.4.1"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -33,4 +33,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "2.4.0"
|
||||
__version__ = "2.4.1"
|
||||
|
|
Loading…
Reference in New Issue