-
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.
Allow passed authentication params on init (#41)
* Update readme, changelog and setup for dependencies Signed-off-by: kaosx5s <> * Add support for passing in the git token on init Signed-off-by: kaosx5s <> * Update python-version in workflow Signed-off-by: kaosx5s <> * Updates based on PR feedback Signed-off-by: kaosx5s <> --------- Signed-off-by: kaosx5s <> Co-authored-by: Corey Caverly <[email protected]>
- Loading branch information
1 parent
5d59323
commit e9f1eb1
Showing
6 changed files
with
104 additions
and
22 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
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
setup_reqs = ["pytest", "pytest-cov", "pytest-runner", "flake8"] | ||
setuptools.setup( | ||
name="gordian", | ||
version="3.4.0", | ||
version="3.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