Merge pull request #61 from Electrostatics/nathan/v3.2
Merge changes needed to release v3.2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""PROPKA 3.1
|
||||
"""PROPKA 3
|
||||
|
||||
See https://github.com/jensengroup/propka-3.1 for more information.
|
||||
|
||||
|
||||
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user