Skip to content

Commit 91ee1d1

Browse files
committed
release: v0.18.0
1 parent 564ebdc commit 91ee1d1

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.0]
10+
811
### Fixed
912
- utcnow deprecation
1013

@@ -308,7 +311,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
308311

309312
Please 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

docs/conf.py

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

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.17.1"
3+
__VERSION__ = "0.18.0"
44
__AUTHOR__ = "Timo Furrer"
55
__AUTHOR_EMAIL__ = "[email protected]"
66
__URL__ = "https://radish-bdd.github.io"

0 commit comments

Comments
 (0)