File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
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.1 (2017-12-26)
5
+
6
+ ** Bug fixes and minor changes
7
+
8
+ + Issue #17: Move the online documentation to Read the Docs
9
+
10
+ + Some improvements in the documentation.
11
+
4
12
* Version 0.3 (2017-12-26)
5
13
6
14
** New features
Original file line number Diff line number Diff line change 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'
57
+ release = '0.3.1 '
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"
9
+ __version__ = "0.3.1 "
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