File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
* Stay tuned...*
8
8
9
+ ## [ v0.18.1]
10
+
11
+ ### Changes
12
+ - Fix sphinx docs build
13
+ - Normalize project name
14
+ - Automatic deployment from github
15
+
9
16
## [ v0.18.0]
10
17
11
18
### Fixed
@@ -311,7 +318,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
311
318
312
319
Please see ` git log `
313
320
314
- [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.18.0...HEAD
321
+ [ Unreleased ] : https://github.com/radish-bdd/radish/compare/v0.18.1...HEAD
322
+ [ v0.18.1 ] : https://github.com/radish-bdd/radish/compare/v0.18.0...v0.18.1
315
323
[ v0.18.0 ] : https://github.com/radish-bdd/radish/compare/v0.17.1...v0.18.0
316
324
[ v0.17.1 ] : https://github.com/radish-bdd/radish/compare/v0.17.0...v0.17.1
317
325
[ v0.17.0 ] : https://github.com/radish-bdd/radish/compare/v0.16.2...v0.17.0
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.18.0 '
64
+ version = '0.18.1 '
65
65
# The full version, including alpha/beta/rc tags.
66
- release = '0.18.0 '
66
+ release = '0.18.1 '
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.18.0 "
3
+ __VERSION__ = "0.18.1 "
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