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/).
5
5
## [ Unreleased]
6
6
7
7
* Stay tuned...*
8
+
9
+ ## [ v0.18.0]
10
+
8
11
### Fixed
9
12
- utcnow deprecation
10
13
@@ -308,7 +311,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
308
311
309
312
Please see ` git log `
310
313
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
312
316
[ v0.17.1 ] : https://github.com/radish-bdd/radish/compare/v0.17.0...v0.17.1
313
317
[ v0.17.0 ] : https://github.com/radish-bdd/radish/compare/v0.16.2...v0.17.0
314
318
[ 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 61
61
# built documents.
62
62
#
63
63
# The short X.Y version.
64
- version = '0.17.1 '
64
+ version = '0.18.0 '
65
65
# The full version, including alpha/beta/rc tags.
66
- release = '0.17.1 '
66
+ release = '0.18.0 '
67
67
68
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
69
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
__DESCRIPTION__ = "Behaviour-Driven-Development tool for Python"
2
2
__LICENSE__ = "MIT"
3
- __VERSION__ = "0.17.1 "
3
+ __VERSION__ = "0.18.0 "
4
4
__AUTHOR__ = "Timo Furrer"
5
5
__AUTHOR_EMAIL__ = "[email protected] "
6
6
__URL__ = "https://radish-bdd.github.io"
You can’t perform that action at this time.
0 commit comments