From 81348ffe968a71e09f45c8d47385607be9752991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Mon, 7 Jun 2021 16:26:16 +0200 Subject: [PATCH] ver bump --- CHANGELOG.md | 4 +--- satella/__init__.py | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb60eea2..942fdb5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,2 @@ -# v2.17.2 - -* **bugfix release** default values for metrics +# v2.17.3 diff --git a/satella/__init__.py b/satella/__init__.py index cee49d06..28fb20fa 100644 --- a/satella/__init__.py +++ b/satella/__init__.py @@ -1 +1 @@ -__version__ = '2.17.2' +__version__ = '2.17.3a1' -- GitLab