-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ability to affix labels to all pull requests created (#22)
* Add the ability to affix labels to all pull requests created * Update unit tests, Update to use a blank list instead of None * Update changelog * Remove extra return character in change log * Add default labels test * Set test call for set_labels to ANY for default labels test
- Loading branch information
Showing
4 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
setup_reqs = ['pytest', 'pytest-cov', 'pytest-runner', 'flake8'] | ||
setuptools.setup( | ||
name="gordian", | ||
version="1.4.1", | ||
version="1.5.0", | ||
author="Intuit", | ||
author_email="[email protected]", | ||
description="A tool to search and replace files in a Git repo", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters