From 91ee1d1690524c48329e612c502cdbbf509fc81f Mon Sep 17 00:00:00 2001 From: fliiiix Date: Thu, 19 Dec 2024 09:53:50 +0100 Subject: [PATCH] release: v0.18.0 --- CHANGELOG.md | 6 +++++- docs/conf.py | 4 ++-- radish/__init__.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 091d8886..6728baa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] *Stay tuned...* + +## [v0.18.0] + ### Fixed - utcnow deprecation @@ -308,7 +311,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). Please see `git log` -[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.17.1...HEAD +[Unreleased]: https://github.com/radish-bdd/radish/compare/v0.18.0...HEAD +[v0.18.0]: https://github.com/radish-bdd/radish/compare/v0.17.1...v0.18.0 [v0.17.1]: https://github.com/radish-bdd/radish/compare/v0.17.0...v0.17.1 [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 diff --git a/docs/conf.py b/docs/conf.py index f9dab206..09cfd2e0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -61,9 +61,9 @@ # built documents. # # The short X.Y version. -version = '0.17.1' +version = '0.18.0' # The full version, including alpha/beta/rc tags. -release = '0.17.1' +release = '0.18.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/radish/__init__.py b/radish/__init__.py index 1f85bce7..ecfacb08 100644 --- a/radish/__init__.py +++ b/radish/__init__.py @@ -1,6 +1,6 @@ __DESCRIPTION__ = "Behaviour-Driven-Development tool for Python" __LICENSE__ = "MIT" -__VERSION__ = "0.17.1" +__VERSION__ = "0.18.0" __AUTHOR__ = "Timo Furrer" __AUTHOR_EMAIL__ = "tuxtimo+radish@gmail.com" __URL__ = "https://radish-bdd.github.io"