File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
## [ Unreleased]
6
6
7
7
* Stay tuned...*
8
+
9
+ ## [ v0.18.2]
10
+
8
11
### Fixed
9
12
- Fix junit when using --early-exit
10
13
Original file line number Diff line number Diff line change 58
58
# built documents.
59
59
#
60
60
# The short X.Y version.
61
- version = "0.18.1 "
61
+ version = "0.18.2 "
62
62
# The full version, including alpha/beta/rc tags.
63
- release = "0.18.1 "
63
+ release = "0.18.2 "
64
64
65
65
# The language for content autogenerated by Sphinx. Refer to documentation
66
66
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
__DESCRIPTION__ = "Behaviour-Driven-Development tool for Python"
2
2
__LICENSE__ = "MIT"
3
- __VERSION__ = "0.18.1 "
3
+ __VERSION__ = "0.18.2 "
4
4
__AUTHOR__ = "Timo Furrer"
5
5
__AUTHOR_EMAIL__ = "[email protected] "
6
6
__URL__ = "https://radish-bdd.github.io"
You can’t perform that action at this time.
0 commit comments