Merge pull request #61 from Electrostatics/nathan/v3.2

Merge changes needed to release v3.2
This commit is contained in:
Nathan Baker
2020-06-19 07:37:49 -07:00
committed by GitHub
7 changed files with 91 additions and 129 deletions

View File

@@ -1,4 +1,4 @@
"""PROPKA 3.1
"""PROPKA 3
See https://github.com/jensengroup/propka-3.1 for more information.

View File

@@ -363,7 +363,7 @@ def get_propka_header():
string
"""
today = date.today()
str_ = "propka3.1 {0!s:>93s}\n".format(today)
str_ = "propka3.2 {0!s:>93s}\n".format(today)
str_ += """
-------------------------------------------------------------------------------
-- --
@@ -381,6 +381,9 @@ def get_propka_header():
-- VERSION 3.1, 07/01/2011, COPENHAGEN --
-- BY CHRESTEN R. SONDERGARD AND MATS H.M. OLSSON --
-- --
-- VERSION 3.2, 06/17/2020, PLANET EARTH --
-- SEE ABOVE FOR AUTHORS --
-- --
-------------------------------------------------------------------------------
"""
return str_