From b17a60beff3e7089fe3c17422bc20967c5e1ce77 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Tue, 27 Oct 2020 02:02:01 +0100 Subject: [PATCH] Bumped version to v1.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e05dec7..dab68dc 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.2" +VERSION = "1.2.3" setup(name='buildbot-gitea', version=VERSION,