Skip to content

Commit be06d5e

Browse files
committed
release: 0.6.4
1 parent 850f7bb commit be06d5e

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Stay tuned...*
88

9+
## [v0.6.4]
10+
### Added
11+
- Support QuotedString custom type. Refs #134
12+
- Support Boolean custom type. Refs #132
13+
14+
### Fixed
15+
- Precondition Scenarios from same Feature. Fixes #136
16+
917
## [v0.6.3]
1018
### Fixed
1119
- Remove `DeprecationWarning` when using Python 3.6. Refs #133
@@ -93,7 +101,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
93101

94102
Please see `git log`
95103

96-
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.6.3...HEAD
104+
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.6.4...HEAD
105+
[v0.6.4]: https://github.com/radish-bdd/radish/compare/v0.6.3...v0.6.4
97106
[v0.6.3]: https://github.com/radish-bdd/radish/compare/v0.6.2...v0.6.3
98107
[v0.6.2]: https://github.com/radish-bdd/radish/compare/v0.6.1...v0.6.2
99108
[v0.6.1]: https://github.com/radish-bdd/radish/compare/v0.6.0...v0.6.1

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
# built documents.
6464
#
6565
# The short X.Y version.
66-
version = '0.6.3'
66+
version = '0.6.4'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.6.3'
68+
release = '0.6.4'
6969

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

radish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
__DESCRIPTION__ = "Behaviour-Driven-Development tool for python"
44
__LICENSE__ = "MIT"
5-
__VERSION__ = "0.6.3"
5+
__VERSION__ = "0.6.4"
66
__AUTHOR__ = "Timo Furrer"
77
__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
88
__URL__ = "http://radish-bdd.io"

0 commit comments

Comments
 (0)