From 3f7ace62909028e9203247493a42d8aa37f82675 Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Fri, 2 Nov 2018 14:28:23 +0000 Subject: [PATCH] Version number bump --- CHANGELOG.rst | 7 ++++++- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c1a0d14..9fbb5cb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,8 +5,11 @@ Notable changes are logged here by release. This project uses `Semantic Versioning `__. The changelog format is inspired by `keep-a-changelog `__. -`Unreleased `__ +`Unreleased `__ ------------------------------------------------------------------------- + +`[0.6.0] `__ - 2018-11-02 +----------------------------------------------------------------------------------- - Matplotlib styling is exposed to the user: ``--style`` option selects CLI style while Python API does not overrule existing style. - The default TDOS line colour is now the first colour from the @@ -14,6 +17,8 @@ Versioning `__. The changelog format is inspired by bright red. - Pymatgen CompleteDos objects can be processed directly. - Dropped Python 2.7 compatability. +- Fixed PDOS bug introduced with Python3 cleanup + `[0.5.1] `__ - 2018-05-03 ----------------------------------------------------------------------------------- diff --git a/docs/source/conf.py b/docs/source/conf.py index 0f60ed1..03df4d8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.5.1' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 31c35da..4872fa7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ def unit_tests(): setup( name='galore', - version='0.5.1', + version='0.6.0', description='Broadening and weighting for simulated spectra', long_description=""" Apply Gaussian and Lorentzian broadening to data from ab initio