Releases: phistrom/basecampy3
Releases · phistrom/basecampy3
v0.7.2
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 likeclient_replies
andclient_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
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 ofalpine
- Python 2 imports wrapped in try/catch are replaced with
six.moves
instead.
Full Changelog: v0.6.1...v0.7.0