From 95c08a60f499a4d5851a6d5c19752ae0b16e1997 Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Apr 02 2020 13:36:33 +0000 Subject: Bump version to 3.1 --- diff --git a/python-pytest-multihost.spec b/python-pytest-multihost.spec index 32eecac..6520444 100644 --- a/python-pytest-multihost.spec +++ b/python-pytest-multihost.spec @@ -12,7 +12,7 @@ %global srcname pytest-multihost %global modulename pytest_multihost -%global srcversion 3.0 +%global srcversion 3.1 %global versionedname %{srcname}-%{srcversion} Name: python-%{srcname} @@ -139,6 +139,9 @@ popd %changelog +* Thu Apr 02 2020 Scott Poore - 3.1-1 +- Implement OpenSSH password auth with sshpass + * Fri Mar 02 2018 Petr Viktorin - 3.0-1 - Do not add extra newlines to stdin contents - Remove forgotten debug print diff --git a/setup.py b/setup.py index ff69069..a1b24ee 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.0", + version = "3.1", description = "Utility for writing multi-host tests for pytest", long_description = readme_contents, url = "https://pagure.io/python-pytest-multihost",