From 1c7c7b1d50f9490da355f97af5054d73909f00d0 Mon Sep 17 00:00:00 2001 From: Sylvain Hellegouarch Date: Wed, 2 Aug 2023 22:45:37 +0200 Subject: [PATCH] bump version Signed-off-by: Sylvain Hellegouarch --- CHANGELOG.md | 6 +++++- chaostracing/__init__.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c848ec3..0626f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ ## [Unreleased][] -[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-opentracing/compare/0.12.0...HEAD +[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-opentracing/compare/0.13.0...HEAD + +## [0.13.0][] - 2023-08-02 + +[0.13.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-opentracing/compare/0.12.0...0.13.0 ### Added diff --git a/chaostracing/__init__.py b/chaostracing/__init__.py index acf48f6..8cdca84 100644 --- a/chaostracing/__init__.py +++ b/chaostracing/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = "0.12.0" +__version__ = "0.13.0"