Skip to content

Releases: Paubox/paubox-python3

v1.0.1 Adds `requests` dependency to `setup.py`

09 Jun 19:03
af09d86
Compare
Choose a tag to compare

From #3:
This PR adds support for...

  • Added the requests package to the install_requires statement within setup.py. This will automatically install requests as a dependency.
  • A few wording and link updates to the README.

v1.0.0 Paubox adds support for Python3

14 May 23:49
4a6f241
Compare
Choose a tag to compare

This is the first release of the new Paubox Email API SDK for Python3. The original paubox-python package was retrofitted (from Python2) to be compatible with Python3. This package is not intended to be backwards-compatible with our python2 package.

We've also updated the documentation and initiated a changelog to document future releases and updates to these packages.