From 2db295e23927ba0aed8076c2318d96291a12cd5d Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Fri, 1 Mar 2019 18:58:15 +0100 Subject: [PATCH] Update authors and bump version to `0.12.3` (#2553) --- AUTHORS.txt | 14 +++++++++----- aiida/__init__.py | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 71b07d5e7f..47ed505ef6 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -3,23 +3,28 @@ as well as the known contributors to the code. The current members of the AiiDA team are, in alphabetical order: ################################################################# -* Rico Häuselmann +* Casper Andersen +* Oscar Arbelaez +* Marco Borelli * Sebastiaan P. Huber +* Conrad Johnston * Leonid Kahle * Boris Kozinsky * Snehal Kumbhar * Nicola Marzari * Andrius Merkys -* Nicolas Mounet * Elsa Passaro * Giovanni Pizzi * Leopold Talirz -* Martin Uhrin +* Aliaksandr Yakutovich * Spyros Zoupanos Former members of the AiiDA team ################################ +* Martin Uhrin (2015-2019) +* Rico Häuselmann (2016-2018) +* Nicolas Mounet (2015-2018) * Andrea Cepellotti (2012-2016) * Fernando Gargiulo (2016-2017) * Riccardo Sabatini (2013-2015) @@ -50,8 +55,7 @@ And the following people for general improvements to the code, fixing bugs, corrections and improvements to the documentation and useful suggestions: Ivano E. Castelli, Ian Lee, Gianluca Prandini, Jianxing Huang, Antimo Marrazzo, -Nicola Varini, Mario Zic, Vladimir Dikan, Michael Atambo, Ole Schütt, Marco Borelli, -Y.-W. Fang +Nicola Varini, Mario Zic, Vladimir Dikan, Michael Atambo, Ole Schütt, Y.-W. Fang, Philipp Rüßmann, Bonan Zhu, Philipp Rüßmann, Keija Cui, Daniel Hollas, Jianxing Huang --- diff --git a/aiida/__init__.py b/aiida/__init__.py index 016038ee8f..ebd61557f5 100644 --- a/aiida/__init__.py +++ b/aiida/__init__.py @@ -14,7 +14,7 @@ __copyright__ = u"Copyright (c), This file is part of the AiiDA platform. For further information please visit http://www.aiida.net/. All rights reserved." __license__ = "MIT license, see LICENSE.txt file." -__version__ = "0.12.2" +__version__ = "0.12.3" __authors__ = "The AiiDA team." __paper__ = """G. Pizzi, A. Cepellotti, R. Sabatini, N. Marzari, and B. Kozinsky, "AiiDA: automated interactive infrastructure and database for computational science", Comp. Mat. Sci 111, 218-230 (2016); http://dx.doi.org/10.1016/j.commatsci.2015.09.013 - http://www.aiida.net.""" __paper_short__ = """G. Pizzi et al., Comp. Mat. Sci 111, 218 (2016)."""