From 1765c4cd98360977ecef642c8d80c12b17c02c34 Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Fri, 14 Feb 2020 21:11:02 +0100 Subject: [PATCH 1/3] Add setuptools_scm to requirements.txt, needed to build documentation. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 67c2db4..04f6903 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ pytest >=3.6.0 +setuptools_scm From 4d8928011dbf4d78302d331b7282c3192fc604ca Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Fri, 14 Feb 2020 21:15:14 +0100 Subject: [PATCH 2/3] Update changelog. --- doc/src/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/src/changelog.rst b/doc/src/changelog.rst index a819f50..ed371c1 100644 --- a/doc/src/changelog.rst +++ b/doc/src/changelog.rst @@ -1,6 +1,11 @@ History of changes to pytest-dependency ======================================= +0.5.1 (2020-02-14) + + Bug fixes and minor changes + + Fix failing documentation build. + 0.5.0 (2020-02-14) New features + `#3`_, `#35`_: add a scope to dependencies. From e56c4e384a285451004d012aed35f3d8e4216f1f Mon Sep 17 00:00:00 2001 From: Rolf Krahl Date: Fri, 14 Feb 2020 21:55:24 +0100 Subject: [PATCH 3/3] Update copyright date. --- README.rst | 2 +- doc/src/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cbdeea7..947a268 100644 --- a/README.rst +++ b/README.rst @@ -72,7 +72,7 @@ Copyright and License - Copyright 2013-2015 Helmholtz-Zentrum Berlin für Materialien und Energie GmbH -- Copyright 2016-2018 Rolf Krahl +- Copyright 2016-2020 Rolf Krahl Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may diff --git a/doc/src/conf.py b/doc/src/conf.py index 6468941..15eb749 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -45,7 +45,7 @@ # General information about the project. project = u'pytest-dependency' -copyright = u'2016-2018, Rolf Krahl' +copyright = u'2016-2020, Rolf Krahl' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the