Skip to content

Commit e9d7a8b

Browse files
committed
release: v0.18.3
1 parent 57daa88 commit e9d7a8b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

77
*Stay tuned...*
88

9+
## [v0.18.3]
10+
### Fixed
11+
- Early abort will still generate a correct junit xml file
12+
913
### Changes
1014
- Test Python 3.14 support
1115
- Update lxml to support Python 3.14

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

0 commit comments

Comments
 (0)