* Added pushing of a "major version" branch along with a minor version branch.
Authors:
* Hunter Senft-Grupp
0.2.6
-------------------
* Push a major version branch as well as minor version. This will facilitate development on multiple major version at the same time.
Authors:
* Hunter Senft-Grupp
0.2.5
-------------------
* Improved python version compatibility by removing f-strings
Authors:
* Hunter Senft-Grupp
0.2.4
-------------------
* Enabled configuration of remote name and default branch * Ran black on project
Authors:
* Hunter Senft-Grupp
0.2.3
-------------------
* Updated cli using argparse to have help and documented options. * Enabled better logging options and began to log around the app. * Added a check command to the cli * Updated .gitignore with typical project files