Skip to content

Commit 5ec9f48

Browse files
authored
Merge pull request #180 from blag/bump-version-3.2.0
Bump version to 3.2.0 and update changelog
2 parents 5cbebe0 + 17b6910 commit 5ec9f48

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# Changelog #
22

3-
## Development ##
3+
## 3.2.0 -- 2020-07-29 ##
4+
5+
### News ###
6+
7+
* This will be the last release supporting Python 2.7, 3.5, and the PyCrypto
8+
backend.
9+
10+
### Bug fixes and Improvements ###
11+
12+
* Use hmac.compare_digest instead of our own constant_time_string_compare #163
13+
* Fix `to_dict` output, which should always be JSON encodeable. #139 and #165
14+
(fixes #127 and #137)
15+
* Require setuptools >= 39.2.0 #167 (fixes #161)
16+
* Emit a warning when verifying with a private key #168 (fixes #53 and #142)
17+
* Avoid loading python-ecdsa when using the cryptography backend, and pinned
18+
python-ecdsa dependency to <0.15 #178
19+
20+
### Housekeeping ###
21+
22+
* Fixed some typos #160, #162, and #164
23+
424

5-
* Fix `to_dict` output, which should always be JSON encodeable. #139 (fixes #127 and #137)
625

726
## 3.1.0 -- 2019-12-10 ##
827

jose/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "3.1.0"
2+
__version__ = "3.2.0"
33
__author__ = 'Michael Davis'
44
__license__ = 'MIT'
55
__copyright__ = 'Copyright 2016 Michael Davis'

0 commit comments

Comments
 (0)