Skip to content

Commit

Permalink
release: v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fliiiix committed Feb 6, 2023
1 parent 33dae03 commit 0cf3677
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

*Stay tuned...*

## [v0.15.0]
### Changes

- Extend support of Scenario Outline variables to step text

## [v0.14.2]
- Made a mistake on uploading to pypi

Expand Down Expand Up @@ -254,7 +259,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

Please see `git log`

[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.14.2...HEAD
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.15.0...HEAD
[v0.15.0]: https://github.com/radish-bdd/radish/compare/v0.14.2...v0.15.0
[v0.14.2]: https://github.com/radish-bdd/radish/compare/v0.14.1...v0.14.2
[v0.14.1]: https://github.com/radish-bdd/radish/compare/v0.14.0...v0.14.1
[v0.14.0]: https://github.com/radish-bdd/radish/compare/v0.13.4...v0.14.0
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = '0.14.2'
version = '0.15.0'
# The full version, including alpha/beta/rc tags.
release = '0.14.2'
release = '0.15.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions radish/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

__DESCRIPTION__ = "Behaviour-Driven-Development tool for python"
__DESCRIPTION__ = "Behaviour-Driven-Development tool for Python"
__LICENSE__ = "MIT"
__VERSION__ = "0.14.2"
__VERSION__ = "0.15.0"
__AUTHOR__ = "Timo Furrer"
__AUTHOR_EMAIL__ = "tuxtimo@gmail.com"
__URL__ = "http://radish-bdd.io"
Expand Down

0 comments on commit 0cf3677

Please sign in to comment.