From 01e59b698b4bda56fcbb6665f4c6c18ef7e0b133 Mon Sep 17 00:00:00 2001 From: Marvin Pohl Date: Fri, 20 Dec 2019 11:31:24 +0100 Subject: [PATCH] Bumped version to v.1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a36a27..74f0943 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.1.0" +VERSION = "1.2.0" setup(name='buildbot-gitea', version=VERSION,