Changelog¶
1.6.0 (2021-01-26)¶
- Deprecated support for Python 2.7.
1.5.0 (2020-11-03)¶
- Added support for Python 3.9.
- Dropped support for Python 3.5.
- Stopped supporting running tests with
python setup.py test
which is deprecated in favor ofpython -m pytest
.
1.4.0 (2020-08-17)¶
- Deprecated support for Python 3.5.
1.3.0 (2020-01-28)¶
- Deprecated support for Python 3.4.
- Officially add support for Python 3.8.
1.2.0 (2019-06-28)¶
- Support for Python 2.6 and 3.3 has been removed.
- Known incompatibilities with Python 3.8 have been resolved.
1.1.0 (2018-04-13)¶
- Deprecated support for Python 2.6 and 3.3.
- Use the
sign
andverify
methods when they are available incryptography
instead of the deprecated methodssigner
andverifier
.
1.0.1 (2017-10-25)¶
Stop installing mock as part of the default but only as part of the testing dependencies.
1.0.0 (2017-10-13)¶
First release after moving the josepy package into a standalone library.