Skip to content

1.0.15

Compare
Choose a tag to compare
@alexdlaird alexdlaird released this 05 Mar 22:32
· 97 commits to main since this release

Added

  • Build and style improvements.
  • Documentation improvements.
  • pytest to streamline running unit and integration tests.

Removed

  • conf.VERSION, moved all version information to amazonorders/__init__.py. Get package version with from amazonorders import __version__ instead.