Skip to content

Commit 06547e2

Browse files
committed
Prepare 1.17.0 release
1 parent 373a3cf commit 06547e2

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
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.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
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.
6565
version = '.'.join(release.split('.')[0:2])

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-two-factor-auth"
7-
version = "1.16.0"
7+
version = "1.17.0"
88
description = "Complete Two-Factor Authentication for Django"
99
readme = "README.rst"
1010
authors = [

0 commit comments

Comments
 (0)