Skip to content

Commit 3a6320d

Browse files
committed
release: v0.18.4
1 parent a9f3e15 commit 3a6320d

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
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.

radish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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"

0 commit comments

Comments
 (0)