From 318466d2346dcf6ee0a75f27e13ad019602fcf72 Mon Sep 17 00:00:00 2001 From: FrantiĊĦek Zatloukal Date: Jun 11 2018 12:56:57 +0000 Subject: Merge branch 'develop' --- diff --git a/python-resultsdb_api.spec b/python-resultsdb_api.spec index 063c759..2454e88 100644 --- a/python-resultsdb_api.spec +++ b/python-resultsdb_api.spec @@ -1,6 +1,6 @@ Name: python-resultsdb_api # NOTE: if you update version, *make sure* to also update `setup.py` -Version: 2.1.1 +Version: 2.1.2 Release: 1%{?dist} Summary: Interface api to ResultsDB diff --git a/setup.py b/setup.py index dd4c26f..d68b2a3 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup setup( name = 'resultsdb_api', py_modules = ['resultsdb_api'], - version = '2.1.1', + version = '2.1.2', description = 'Library for simplifying the communication with ResultsDB', author = 'Josef Skladanka', author_email = 'jskladan@redhat.com',