mirror of https://github.com/phonopy/phono3py.git
Set version 3.11.2
This commit is contained in:
parent
b6d961ea50
commit
ee213e9395
|
@ -2,6 +2,10 @@
|
|||
|
||||
# Change Log
|
||||
|
||||
## Jan-18-2024: Version 3.11.2
|
||||
|
||||
- Maintenance release.
|
||||
|
||||
## Jan-12-2024: Version 3.11.1
|
||||
|
||||
- `-i`, `-o`, `--io` options have been deprecated.
|
||||
|
|
|
@ -60,7 +60,7 @@ copyright = "2015, Atsushi Togo"
|
|||
# The short X.Y version.
|
||||
version = "3.11"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = "3.11.1"
|
||||
release = "3.11.2"
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -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.1"
|
||||
__version__ = "3.11.2"
|
||||
|
|
Loading…
Reference in New Issue