Skip to content

Commit

Permalink
Merge pull request #28 from Panchorn/master
Browse files Browse the repository at this point in the history
Transfer project to robotframework-thailand
  • Loading branch information
Panchorn authored Mar 1, 2021
2 parents 2862343 + 758e02f commit 0134aed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion JenkinsLibrary/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.7.19'
VERSION = '0.8.0'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# robotframework-jenkinslibrary
[![codecov](https://codecov.io/gh/Panchorn/robotframework-jenkinslibrary/branch/master/graph/badge.svg)](https://codecov.io/gh/Panchorn/robotframework-jenkinslibrary)
[![codecov](https://codecov.io/gh/robotframework-thailand/robotframework-jenkinslibrary/branch/master/graph/badge.svg)](https://codecov.io/gh/Panchorn/robotframework-jenkinslibrary)
[![PyPI](https://img.shields.io/pypi/v/robotframework-jenkinslibrary.svg)](https://pypi.org/project/robotframework-jenkinslibrary/)

Jenkins wrapper library for robotframework
Expand All @@ -23,7 +23,7 @@ ${job_build_details}= | Build Jenkins With Parameters And Wait Until Job Done |

## Document
For more keyword detail go to the following link:
https://panchorn.github.io/robotframework-jenkinslibrary/
https://robotframework-thailand.github.io/robotframework-jenkinslibrary/

## Uninstall package
```bash
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Programming Language :: Python",
# "Programming Language :: Python :: 2",
# "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand All @@ -45,7 +43,7 @@
description="Jenkins wrapper library for robotframework",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Panchorn/robotframework-jenkinslibrary.git",
url="https://github.com/robotframework-thailand/robotframework-jenkinslibrary.git",
license="MIT",
packages=find_packages(),
package_dir={'robotframework-jenkinslibrary': 'JenkinsLibrary'},
Expand Down

0 comments on commit 0134aed

Please sign in to comment.