From cd8465fc6b9dcf4a00d87e85e6e7d175b03ef7f6 Mon Sep 17 00:00:00 2001 From: Ruben Vorderman Date: Mon, 18 Mar 2024 15:08:42 +0100 Subject: [PATCH] Set stable version --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e0a8ee6..e1f5c31 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,7 +8,7 @@ Changelog .. This document is user facing. Please word the changes in such a way .. that users understand how the changes affect the new version. -version 2.1.0-dev +version 2.1.0 --------------------------- + Python version 3.7 support is dropped because it is deprecated. Python version 3.12 was added. diff --git a/setup.py b/setup.py index 6d46308..fcf4306 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="pytest-workflow", - version="2.1.0-dev", + version="2.1.0", description="A pytest plugin for configuring workflow/pipeline tests " "using YAML files", author="Leiden University Medical Center",