From 49d340fdd5411cb0321bd2fd0e0e3a944b112f18 Mon Sep 17 00:00:00 2001 From: Atsushi Togo Date: Sun, 3 May 2020 10:17:48 +0900 Subject: [PATCH] Set version v2.6.1 and update document for it --- doc/changelog.rst | 4 ++++ doc/conf.py | 2 +- phonopy/version.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index d6b518e4..4e0ac391 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -3,6 +3,10 @@ Change Log ========== +May-3-2020: Version 2.6.1 +------------------------- +* Release for pypi and conda packaging + May-2-2020: Version 2.6.0 ------------------------- * Collection of minor fixes and internal updates diff --git a/doc/conf.py b/doc/conf.py index 767b0420..2edf7b58 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -47,7 +47,7 @@ copyright = u'2009, Atsushi Togo' # The short X.Y version. version = '2.6' # The full version, including alpha/beta/rc tags. -release = '2.6.0' +release = '2.6.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/phonopy/version.py b/phonopy/version.py index 853083b3..1ae617e5 100644 --- a/phonopy/version.py +++ b/phonopy/version.py @@ -32,4 +32,4 @@ # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE # POSSIBILITY OF SUCH DAMAGE. -__version__ = "2.6.0" +__version__ = "2.6.1"