Bumped version to v1.2.2

This commit is contained in:
Marvin Pohl 2020-06-01 14:55:19 +02:00
parent 80f3aab446
commit 15e7068043
1 changed files with 1 additions and 1 deletions

View File

@ -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,