Skip to content

Commit ce2fb1d

Browse files
committed
release: 0.4.1
1 parent a5d9e69 commit ce2fb1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

55
## [Unreleased]
66

7+
*Nothing to here yet*
8+
9+
## [v0.4.1]
710
### Added
811
- Use new colorful
912
- Galician language
@@ -51,7 +54,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5154

5255
Please see `git log`
5356

54-
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.4.0...HEAD
57+
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.4.1...HEAD
58+
[v0.4.1]: https://github.com/radish-bdd/radish/compare/v0.4.0...v0.4.1
5559
[v0.4.0]: https://github.com/radish-bdd/radish/compare/v0.3.2...v0.4.0
5660
[v0.3.2]: https://github.com/radish-bdd/radish/compare/v0.3.1...v0.3.2
5761
[v0.3.1]: https://github.com/radish-bdd/radish/compare/v0.3.0...v0.3.1

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.4.0"
5+
__VERSION__ = "0.4.1"
66
__AUTHOR__ = "Timo Furrer"
77
__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
88
__URL__ = "http://radish-bdd.io"

0 commit comments

Comments
 (0)