This release contains an update to prevent errors with an upcoming deprecation in Python. This change won't be noticed in use except for the first time running after updating where in some cases the program will error when tying to load the old cache file. If this happens it can be fixed by clearing the cache when running (i.e. `weather zip 90210 --clear-cache`), or by manually deleting the cache (`rm ~/.cache/weather-command/cache.json`). After doing this once the error will go away.
Changes
- Change utcnow to now with time zone sanders41 (430)