From 9043c21a33917d7b6d60c2ec708947a6995ca4b3 Mon Sep 17 00:00:00 2001 From: Niranjan M.R Date: Apr 07 2020 12:36:24 +0000 Subject: Bump version to 3.4 Signed-off-by: Niranjan M.R --- diff --git a/python-pytest-multihost.spec b/python-pytest-multihost.spec index b7a7b5f..fc4e04f 100644 --- a/python-pytest-multihost.spec +++ b/python-pytest-multihost.spec @@ -13,7 +13,7 @@ %global srcname pytest-multihost %global modulename pytest_multihost -%global srcversion 3.3 +%global srcversion 3.4 %global versionedname %{srcname}-%{srcversion} Name: python-%{srcname} @@ -147,6 +147,9 @@ popd %changelog +* Tue Apr 07 2020 Niranjan MR - 3.4-1 +- Set permissions in octal mode for sshpass to read the file + * Mon Apr 06 2020 Scott Poore - 3.3-1 - README.rst fix for pypi upload - Bump version to 3.3 diff --git a/setup.py b/setup.py index 2a9b016..22194f1 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ with io.open('README.rst', 'rt', encoding='utf-8') as f: setup_args = dict( name = "pytest-multihost", - version = "3.3", + version = "3.4", description = "Utility for writing multi-host tests for pytest", long_description = readme_contents, url = "https://pagure.io/python-pytest-multihost",