diff --git a/CHANGELOG.md b/CHANGELOG.md index 429c8cb..51c584c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/setup.py b/setup.py index 534bd55..08dbbc5 100644 --- a/setup.py +++ b/setup.py @@ -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",