Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@alanorth alanorth released this 07 Nov 15:58
· 135 commits to master since this release
v0.7.0
4c51d12

Added

  • Ability to configure PostgreSQL database port with DATABASE_PORT environment variable (defaults to 5432)
  • Hound CI configuration to validate pull requests against PEP 8 code style with Flake8
  • Configuration for pipenv

Changed

  • Use a database management class with Python context management to automatically open/close connections and cursors