From cb646da082a2a6a4dbe984ed86ee823bccaae3ff Mon Sep 17 00:00:00 2001 From: Scott Poore Date: Apr 06 2020 17:04:09 +0000 Subject: README rst fix and version bump for pypi upload --- diff --git a/README.rst b/README.rst index 09e6d9d..ca7ed81 100644 --- a/README.rst +++ b/README.rst @@ -185,7 +185,7 @@ but an encoding can be given to get a test string. For command output, separate ``stdout_bytes`` and ``stdout_text`` attributes are provided. -The latter uses a configurable encoding (``utf-8` by default). +The latter uses a configurable encoding (``utf-8`` by default). Contributing diff --git a/python-pytest-multihost.spec b/python-pytest-multihost.spec index 932aad4..b7a7b5f 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.2 +%global srcversion 3.3 %global versionedname %{srcname}-%{srcversion} Name: python-%{srcname} @@ -147,6 +147,10 @@ popd %changelog +* Mon Apr 06 2020 Scott Poore - 3.3-1 +- README.rst fix for pypi upload +- Bump version to 3.3 + * Fri Apr 03 2020 Scott Poore - 3.2-1 - Spec file updates to fix build issues on some distros - Bump version to 3.2 in setup.py also diff --git a/setup.py b/setup.py index cb430c3..2a9b016 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.2", + version = "3.3", description = "Utility for writing multi-host tests for pytest", long_description = readme_contents, url = "https://pagure.io/python-pytest-multihost",