Skip to content

Commit

Permalink
fix: pygithub pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 27, 2023
1 parent 62d597a commit b6fbd2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v6.1.1 (2023-08-26)

- Fixes PyGithub pinned version to ensure `Auth` is available

## v6.1.0 (2023-08-24)

- Allows the tool to be run without passing any authentication flags (previously, to use unauthenticated, you'd have to at least pass the `--https` flag)
Expand Down
2 changes: 1 addition & 1 deletion github_archive/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "6.1.0"
__version__ = "6.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
raise RuntimeError('Unable to find version string!')

REQUIREMENTS = [
'PyGithub == 1.*',
'PyGithub >= 1.59.0',
'woodchips == 1.*',
]

Expand Down

0 comments on commit b6fbd2e

Please sign in to comment.