All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.0.7 - 2021-11-20
- Fixed bugged Exception
- Exposed Sciper checker function
0.0.6 - 2021-10-21
- Fixed search URL
0.0.5 - 2021-10-01
- Fixed bug where Accreditations would not display correctly numbers
0.0.4 - 2021-09-17
- Coloring of the output
- New utility called
epflpeople_pretty
that displays the search output with colors - Added a MANIFEST.in to ensure that the VERSION file is packaged
- Added new error classes to deal with different scenarios
- Added some information and an input field to make a search on the cli
- Changed how version is found in deploy.py
- Changed long_description to include CHANGELOG on PyPI
- Updated project urls to point to useful places (GitHub, Documentation, CHANGELOG)
- Removed command line arguments in __main__.py as they are not supported
0.0.1 - 2021-09-19
- Added deploy.py script to aid deploying on PyPI
- Added shebang at beginning of setup.py to enable running on cli
- Changed project url to point to the github repository
- Changed LICENSE to be consistent, now using MIT
0.0.0 - 2021-09-19
- Added epflpeople package
- Added setup.py script
- Configured repo and project
- Added a LICENSE
- Added base information in README.md