Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 25, 2021
1 parent dba3361 commit d17acb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## NEXT RELEASE
## v3.1.1 (2021-07-24)

* Removed `branch` flag and functionality as it was causing issues and inconsistencies when cloning/pulling and branches didn't match up. This became especially prevelant when repos started changing from `master` to `main`

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setuptools.setup(
name='github-archive',
version='3.1.0',
version='3.1.1',
description='A powerful script to concurrently clone your entire GitHub instance or save it as an archive.', # noqa
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d17acb0

Please sign in to comment.