File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66
77* Stay tuned...*
88
9+ ## [ v0.18.4]
10+ ### Fixed
11+ - Tutorial example code thanks @abreumateus
12+
13+ ### Changes
14+ - Test @pick better thanks @alexandrehassan
15+ - Replace unmainted pysingleton thanks @alexandrehassan
16+
917## [ v0.18.3]
1018### Fixed
1119- Early abort will still generate a correct junit xml file
Original file line number Diff line number Diff line change 5858# built documents.
5959#
6060# The short X.Y version.
61- version = "0.18.3 "
61+ version = "0.18.4 "
6262# The full version, including alpha/beta/rc tags.
63- release = "0.18.3 "
63+ release = "0.18.4 "
6464
6565# The language for content autogenerated by Sphinx. Refer to documentation
6666# for a list of supported languages.
Original file line number Diff line number Diff line change 11__DESCRIPTION__ = "Behaviour-Driven-Development tool for Python"
22__LICENSE__ = "MIT"
3- __VERSION__ = "0.18.3 "
3+ __VERSION__ = "0.18.4 "
44__AUTHOR__ = "Timo Furrer"
55__AUTHOR_EMAIL__ = "tuxtimo+radish@gmail.com"
66__URL__ = "https://radish-bdd.github.io"
You can’t perform that action at this time.
0 commit comments