From af1b08dcbbf2dc32eb5798031815d9bea5fd952e Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sun, 12 Feb 2023 20:49:59 -0800 Subject: [PATCH] Release candidate for 3.5.0. Fixes #153. Once tagged as v3.5.0 (after commit to master), the version should automatically update via versioneer. --- README.md | 2 +- docs/source/changelog.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4da4768..b8f2dcb 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ in publications: ## PROPKA versions -The code in this repository is named _PROPKA 3_ and it is based on the original PROPKA 3.1 release (described in the papers above). It has undergone various changes, which is reflected in the version numbering. For instance, version 3.2 contains a number of API changes and code refactoring that introduce incompatibilities between the original 3.1 release and the more recent versions. In the future, we will increase the minor version number to indicate further changes to the code base (e.g., release 3.3 or 3.4). The major release number is not expected to change unless major changes to the underlying algorithms are implemented. +The code in this repository is named _PROPKA 3_ and it is based on the original PROPKA 3.1 release (described in the papers above). It has undergone various changes, which is reflected in the version numbering. For instance, version 3.2 contains a number of API changes and code refactoring that introduce incompatibilities between the original 3.1 release and the more recent versions. In the future, we will increase the minor version number to indicate further changes to the code base (e.g., release 3.4 or 3.5). The major release number is not expected to change unless major changes to the underlying algorithms are implemented. ## Requirements diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 53c4984..c4c05d2 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,8 +2,8 @@ Changelog ********* -Current version -=============== +3.5.0 (2023-02-13) +================== Changes -------