Skip to content

Commit 75fed1c

Browse files
committed
chore: prepare v5.0.0 for release
1 parent 71c78dd commit 75fed1c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## NEXT RELEASE
3+
## v5.0.0 (2022-10-19)
44

55
- Adds a new `--fork` CLI arg which adds support to fork the repos or gists specified via `users`, `orgs`, `stars`, or `gists`
66
- Removed various shorthand CLI args to avoid confusion and improved help message output for CLI args (updated docs as well)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setuptools.setup(
2727
name='github-archive',
28-
version='4.5.1',
28+
version='5.0.0',
2929
description=(
3030
'A powerful tool to concurrently clone, pull, or fork user and org repos and gists to create a GitHub archive.'
3131
),

0 commit comments

Comments
 (0)