diff --git a/README.rst b/README.rst index c8d3dbcf9..cae317248 100644 --- a/README.rst +++ b/README.rst @@ -167,8 +167,8 @@ See http://cecill.info/licences/Licence_CeCILL-B_V1-en.html Citation & Bibliography ======================= -If you use this package for scientific work, please consider including a citation using the -following DOI: 10.5281/zenodo.3257616 +If you use this package for scientific work, please consider including a citation using +the following DOI: 10.5281/zenodo.3257616 This package contributed to the following peer-reviewed publications: diff --git a/bcdi/__init__.py b/bcdi/__init__.py index 7b9d50d11..cae8117e3 100644 --- a/bcdi/__init__.py +++ b/bcdi/__init__.py @@ -6,4 +6,4 @@ # authors: # Jerome Carnis, carnis_jerome@yahoo.fr """The main bcdi package, which contains the whole framework.""" -__version__ = "0.2.6" +__version__ = "0.2.7" diff --git a/doc/HISTORY.rst b/doc/HISTORY.rst index 4c5ee946e..3be7f6969 100644 --- a/doc/HISTORY.rst +++ b/doc/HISTORY.rst @@ -1,5 +1,5 @@ -Future: -------- +Version 0.2.7: +-------------- * Use the package `isort` to format imports in a standard way.