Releases: chasebrewsky/scrywarden
Releases · chasebrewsky/scrywarden
0.1.1
-
Added timezone to all
datetime
objects: There was an issue occurring where the timestamps in the database were not compatible with pythondatetime
objects because they were timezone unaware. UTC was given as the default timezone to any calls todatetime.now()
. -
Fixed bug where collector skipped very first event: The first
datetime
object was subtracted by one second to compensate.
Initial Release
0.1.0 Initial commit