Releases: Paubox/paubox-python3
Releases · Paubox/paubox-python3
v1.0.1 Adds `requests` dependency to `setup.py`
From #3:
This PR adds support for...
- Added the
requests
package to theinstall_requires
statement withinsetup.py
. This will automatically installrequests
as a dependency. - A few wording and link updates to the README.
v1.0.0 Paubox adds support for Python3
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.