Skip to content

Commit 9209ac2

Browse files
committed
release: 0.6.8
1 parent 523c12f commit 9209ac2

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.6.8]
10+
### Refactored
11+
- Entire test suite is using pytest
12+
13+
### Fixed
14+
- Typo in matches
15+
916
## [v0.6.7]
1017
### Fixed
1118
- Correctly match "matching" sentences which do not match perfectly
@@ -114,7 +121,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
114121

115122
Please see `git log`
116123

117-
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.6.7...HEAD
124+
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.6.8...HEAD
125+
[v0.6.8]: https://github.com/radish-bdd/radish/compare/v0.6.7...v0.6.8
118126
[v0.6.7]: https://github.com/radish-bdd/radish/compare/v0.6.6...v0.6.7
119127
[v0.6.5]: https://github.com/radish-bdd/radish/compare/v0.6.4...v0.6.5
120128
[v0.6.4]: https://github.com/radish-bdd/radish/compare/v0.6.3...v0.6.4

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.7'
66+
version = '0.6.8'
6767
# The full version, including alpha/beta/rc tags.
68-
release = '0.6.7'
68+
release = '0.6.8'
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.7"
5+
__VERSION__ = "0.6.8"
66
__AUTHOR__ = "Timo Furrer"
77
__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
88
__URL__ = "http://radish-bdd.io"

0 commit comments

Comments
 (0)