# Changelog ## v1.1.0 - Added ability to make multiple seating charts weeks in advance - Changed datetime formatting on filenames to use the start of the week instead of current day - Refactored script ### Install instructions Either git pull from inside your source dir or clone this repo again. ```sh cd supper && git pull ``` Update this package with pip ```sh pip install -U . ``` You should now be able to run the updated version of the script. ## v1.0.0 Script created :)