From b68c92c9782467043b7bd64aa358018c98b4f02a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Wed, 31 Aug 2022 14:45:41 +0200 Subject: [PATCH] Do release 1.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 48509a0b6..6cde88926 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import find_packages, setup -VERSION = "5.1.1" +VERSION = "5.1.2" HERE = os.path.abspath(os.path.dirname(__file__))