Skip to content

Commit 7ba3afb

Browse files
committed
Merge branch 'hotfix/0.5.1'
2 parents 3f8b847 + e56c4e3 commit 7ba3afb

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Copyright and License
7272

7373
- Copyright 2013-2015
7474
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
75-
- Copyright 2016-2018 Rolf Krahl
75+
- Copyright 2016-2020 Rolf Krahl
7676

7777
Licensed under the Apache License, Version 2.0 (the "License"); you
7878
may not use this file except in compliance with the License. You may

doc/src/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
History of changes to pytest-dependency
22
=======================================
33

4+
0.5.1 (2020-02-14)
5+
6+
Bug fixes and minor changes
7+
+ Fix failing documentation build.
8+
49
0.5.0 (2020-02-14)
510
New features
611
+ `#3`_, `#35`_: add a scope to dependencies.

doc/src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
# General information about the project.
4747
project = u'pytest-dependency'
48-
copyright = u'2016-2018, Rolf Krahl'
48+
copyright = u'2016-2020, Rolf Krahl'
4949

5050
# The version info for the project you're documenting, acts as replacement for
5151
# |version| and |release|, also used in various other places throughout the

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
pytest >=3.6.0
2+
setuptools_scm

0 commit comments

Comments
 (0)