mirror of https://github.com/phonopy/phono3py.git
Set version v1.19.1 for release
This commit is contained in:
parent
f85a8df435
commit
08adcf965b
|
@ -3,6 +3,11 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Mar-3-2020: Version 1.19.1
|
||||
--------------------------
|
||||
|
||||
- Release for pypi and conda (atztogo channel) packagings
|
||||
|
||||
Mar-2-2020: Version 1.19.0
|
||||
--------------------------
|
||||
|
||||
|
|
|
@ -51,7 +51,7 @@ copyright = u'2015, Atsushi Togo'
|
|||
# The short X.Y version.
|
||||
version = '1.19'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '1.19.0'
|
||||
release = '1.19.1'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
|
@ -32,4 +32,4 @@
|
|||
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
# POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
__version__ = "1.19.0"
|
||||
__version__ = "1.19.1"
|
||||
|
|
Loading…
Reference in New Issue