File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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.3 (not yet released )
4
+ * Version 0.3 (2017-12-26 )
5
5
6
6
** New features
7
7
Original file line number Diff line number Diff line change 52
52
# built documents.
53
53
#
54
54
# The short X.Y version.
55
- version = '0.2 '
55
+ version = '0.3 '
56
56
# The full version, including alpha/beta/rc tags.
57
- release = '0.2 '
57
+ release = '0.3 '
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.2 "
9
+ __version__ = "0.3 "
10
10
11
11
import sys
12
12
if sys .version_info < (2 , 7 ):
You can’t perform that action at this time.
0 commit comments