Skip to content

Commit b978753

Browse files
committed
release: v0.18.1
1 parent 0052e6a commit b978753

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

Diff for: CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Stay tuned...*
88

9+
## [v0.18.1]
10+
11+
### Changes
12+
- Fix sphinx docs build
13+
- Normalize project name
14+
- Automatic deployment from github
15+
916
## [v0.18.0]
1017

1118
### Fixed
@@ -311,7 +318,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
311318

312319
Please see `git log`
313320

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
315323
[v0.18.0]: https://github.com/radish-bdd/radish/compare/v0.17.1...v0.18.0
316324
[v0.17.1]: https://github.com/radish-bdd/radish/compare/v0.17.0...v0.17.1
317325
[v0.17.0]: https://github.com/radish-bdd/radish/compare/v0.16.2...v0.17.0

Diff for: docs/conf.py

+2-2
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.18.0'
64+
version = '0.18.1'
6565
# The full version, including alpha/beta/rc tags.
66-
release = '0.18.0'
66+
release = '0.18.1'
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.

Diff for: radish/__init__.py

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

0 commit comments

Comments
 (0)