Skip to content

Commit df5e5cb

Browse files
committed
release: 0.18.2
1 parent 49595ea commit df5e5cb

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66

77
*Stay tuned...*
8+
9+
## [v0.18.2]
10+
811
### Fixed
912
- Fix junit when using --early-exit
1013

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.1"
61+
version = "0.18.2"
6262
# The full version, including alpha/beta/rc tags.
63-
release = "0.18.1"
63+
release = "0.18.2"
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.1"
3+
__VERSION__ = "0.18.2"
44
__AUTHOR__ = "Timo Furrer"
55
__AUTHOR_EMAIL__ = "[email protected]"
66
__URL__ = "https://radish-bdd.github.io"

0 commit comments

Comments
 (0)