File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
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/).
55## [ Unreleased]
66
77* Stay tuned...*
8+
9+ ## [ v0.18.0]
10+
811### Fixed
912- utcnow deprecation
1013
@@ -308,7 +311,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
308311
309312Please see ` git log `
310313
311- [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.17.1...HEAD
314+ [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.18.0...HEAD
315+ [ v0.18.0 ] : https://github.com/radish-bdd/radish/compare/v0.17.1...v0.18.0
312316[ v0.17.1 ] : https://github.com/radish-bdd/radish/compare/v0.17.0...v0.17.1
313317[ v0.17.0 ] : https://github.com/radish-bdd/radish/compare/v0.16.2...v0.17.0
314318[ v0.16.2 ] : https://github.com/radish-bdd/radish/compare/v0.16.1...v0.16.2
Original file line number Diff line number Diff line change 6161# built documents.
6262#
6363# The short X.Y version.
64- version = '0.17.1 '
64+ version = '0.18.0 '
6565# The full version, including alpha/beta/rc tags.
66- release = '0.17.1 '
66+ release = '0.18.0 '
6767
6868# The language for content autogenerated by Sphinx. Refer to documentation
6969# 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.17.1 "
3+ __VERSION__ = "0.18.0 "
44__AUTHOR__ = "Timo Furrer"
55__AUTHOR_EMAIL__ = "[email protected] " 66__URL__ = "https://radish-bdd.github.io"
You can’t perform that action at this time.
0 commit comments