File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
History of changes to pytest-dependency
2
2
=======================================
3
3
4
- * Version 0.4 (not yet released )
4
+ * Version 0.3.2 (2018-01-17 )
5
5
6
6
** Bug fixes and minor changes
7
7
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Copyright and License
75
75
76
76
- Copyright 2013-2015
77
77
Helmholtz-Zentrum Berlin für Materialien und Energie GmbH
78
- - Copyright 2016-2017 Rolf Krahl
78
+ - Copyright 2016-2018 Rolf Krahl
79
79
80
80
Licensed under the Apache License, Version 2.0 (the "License"); you
81
81
may not use this file except in compliance with the License. You may
Original file line number Diff line number Diff line change 45
45
46
46
# General information about the project.
47
47
project = u'pytest-dependency'
48
- copyright = u'2016-2017 , Rolf Krahl'
48
+ copyright = u'2016-2018 , Rolf Krahl'
49
49
50
50
# The version info for the project you're documenting, acts as replacement for
51
51
# |version| and |release|, also used in various other places throughout the
54
54
# The short X.Y version.
55
55
version = '0.3'
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '0.3.1 '
57
+ release = '0.3.2 '
58
58
59
59
# The language for content autogenerated by Sphinx. Refer to documentation
60
60
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
skipped if any of the dependencies did fail or has been skipped.
7
7
"""
8
8
9
- __version__ = "0.3.1 "
9
+ __version__ = "0.3.2 "
10
10
11
11
import os
12
12
import os .path
You can’t perform that action at this time.
0 commit comments