File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.17.0
4+ ### Fixed
5+ - Fixed the XML syntax of the Twilio token.xml file.
6+ - The Yubikey token field is now receiving autofocus.
7+ - Avoid crashes for devices with no ` throttle_* ` methods (#699 ).
8+ - Fixed format of the hash for the OTP device cookie key.
9+
410### Changed
511- Allow django-phonenumber-field 8.x.x.
12+ - Project build is now using a more modern toolbox based on ` pyproject.toml ` (no
13+ more setup.* ).
14+ - The plugins method registry can now return a new ` MethodNotFoundError `
15+ exception when some method is not found in the plugins registry.
616
717### Added
818- Support confirmation for Django 5.1.
Original file line number Diff line number Diff line change 5959#
6060
6161# The full version, including alpha/beta/rc tags.
62- release = '1.16 .0'
62+ release = '1.17 .0'
6363
6464# The short X.Y version.
6565version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " django-two-factor-auth"
7- version = " 1.16 .0"
7+ version = " 1.17 .0"
88description = " Complete Two-Factor Authentication for Django"
99readme = " README.rst"
1010authors = [
You can’t perform that action at this time.
0 commit comments