#22 Bump version to 3.4
Merged 4 years ago by spoore. Opened 4 years ago by mrniranjan.
mrniranjan/python-pytest-multihost bump_version  into  master

file modified
+4 -1
@@ -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 @@ 

  

  

  %changelog

+ * Tue Apr 07 2020 Niranjan MR <niranjan@ashoo.in> - 3.4-1

+ - Set permissions in octal mode for sshpass to read the file

+ 

  * Mon Apr 06 2020 Scott Poore <spoore1@gmail.com> - 3.3-1

  - README.rst fix for pypi upload

  - Bump version to 3.3

file modified
+1 -1
@@ -11,7 +11,7 @@ 

  

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

Metadata Update from @mrniranjan:
- Request assigned

4 years ago

Pull-Request has been merged by spoore

4 years ago