Skip to content

Commit

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

*Stay tuned...*

## [v0.17.0]

### Changes
- Can now filter scenarios and features by tags with values ex: @author(tuxtimo), thanks @inquisitev

### Fixed
- Can now filter scenarios and features by tags with values ex: @author(tuxtimo)
- Test support for Python 3.12
- Fixed split\_unescape, thanks @ajratnam

## [v0.16.2]

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

Please see `git log`

[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.16.2...HEAD
[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.17.0...HEAD
[v0.17.0]: https://github.com/radish-bdd/radish/compare/v0.16.2...v0.17.0
[v0.16.2]: https://github.com/radish-bdd/radish/compare/v0.16.1...v0.16.2
[v0.16.1]: https://github.com/radish-bdd/radish/compare/v0.16.0...v0.16.1
[v0.16.0]: https://github.com/radish-bdd/radish/compare/v0.15.0...v0.16.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.16.2'
version = '0.17.0'
# The full version, including alpha/beta/rc tags.
release = '0.16.2'
release = '0.17.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion radish/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__DESCRIPTION__ = "Behaviour-Driven-Development tool for Python"
__LICENSE__ = "MIT"
__VERSION__ = "0.16.2"
__VERSION__ = "0.17.0"
__AUTHOR__ = "Timo Furrer"
__AUTHOR_EMAIL__ = "[email protected]"
__URL__ = "https://radish-bdd.github.io"
Expand Down

0 comments on commit 21bac75

Please sign in to comment.