Skip to content

Releases: phistrom/basecampy3

v0.7.2

28 Oct 20:54
Compare
Choose a tag to compare

⚠️ 0.7.x will be the final feature release that will support Python 2.7 and 3.5

  • Implements tests for nearly all modules in the urls package (client side has been deprecated by Basecamp, so testing things like client_replies and client_correspondence will require more effort than I can expend on it at the moment).
  • URL endpoints' functions' parameters now take the same parameters as their corresponding API calls and use those parameters when url.request() is called.

Full Changelog: v0.7.0...v0.7.2

v0.7.0

13 Oct 20:06
Compare
Choose a tag to compare

⚠️ 0.7.x will be the final feature release that will support Python 2.7 and 3.5

  • Adds urls package.
  • Adds type information to endpoints.
  • bc3 configure now prompts user to select an account ID if they
      belong to multiple Basecamp3 accounts.
  • Changes Docker container to use slim instead of alpine
  • Python 2 imports wrapped in try/catch are replaced with six.moves
      instead.

Full Changelog: v0.6.1...v0.7.0