* dropped python 3.6 support * migrated from argparse to optparse * added set-cookie in response
2.0.0
* removed Python2 support * migrated to pytest * allow tests to fail that are effected by google's rate limiter * added github action for tests and dependency updates * fixed various linter errors
1.6.1
* Include Changelog and LICENSE files in source distribution * Wrapped main script in proper main test
1.6.0
* Fixed unicode error in Python3 during pdf renaming * Don't ask before renaming pdf anymore
1.5.1
* Fixed import problem with Python2
1.5.0
* Use `entry_points['console_scripts']` instead of plain `scripts` in setup.py * Moved script into `gscholar/__main__.py` * Added `-V/--version` parameter to CLI