From 15e7068043df837fe7290740c8f45a9015f9a315 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Mon, 1 Jun 2020 14:55:19 +0200 Subject: [PATCH] Bumped version to v1.2.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b58d304..e05dec7 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup with open("README.md", "r") as fh: long_description = fh.read() -VERSION = "1.2.1" +VERSION = "1.2.2" setup(name='buildbot-gitea', version=VERSION,