Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Under the hood changes for bigger changes.

Compare
Choose a tag to compare
@hbayindir hbayindir released this 26 Apr 07:21
· 7 commits to master since this release

This release contains no functional changes, but makes under the hood changes to prepare for bigger changes and new functionality.

Detailed Changes

  • Bump version to 0.0.3.
  • Added a CHANGELOG file to repository.
  • Changed all variables to snake_case.
  • Resolved a warning by renaming a variable called file to
    file_to_work_on.
  • Removed unused import os.
  • Changed default logging level to WARNING.