Skip to content

Commit 6828d0b

Browse files
committed
Prepare 1.18.0 for release
1 parent 656bf9e commit 6828d0b

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,30 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.18.0
4+
### Fixed
5+
- Documentation for setting yubikey support forgot to inform users they would
6+
need to add our yubikey plugin to `INSTALLED_APPS`
7+
- Remove reference to release-notes that had been missed, docs now build
8+
without warnings
9+
- WebAuthn: avoid submitting the wrong form
10+
- Email gateway: tell user to use correct django-otp plugin
11+
- Fix infinite redirect on admin site with AdminSiteOTPRequiredMixin
12+
413
### Changed
514
- Allow qrcode 8.x.
15+
- `phonenumbers` is no longer a hard requirement for migrations.
16+
- Change `EmailDevice.confirmed` default to `False`
17+
- Any `StaticDevice` can be used as backup tokens, not just those labelled
18+
"backup"
19+
20+
### Added
21+
- Support for Django 5.2
22+
- Support for Python 3.13
23+
- Django check for `INSTALLED_APPS` to make sure `two_factor` is present and
24+
comes before its plugins
25+
26+
### Removed
27+
- Drop support for Python 3.8
628

729
## 1.17.0
830
### Fixed

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.17.0'
62+
release = '1.18.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.17.0"
7+
version = "1.18.0"
88
description = "Complete Two-Factor Authentication for Django"
99
readme = "README.rst"
1010
authors = [

0 commit comments

Comments
 (0)