Skip to content

Commit 1928748

Browse files
committed
Prepare 1.16.0 release
1 parent 2ae4ce7 commit 1928748

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.15.5
2+
current_version = 1.16.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.16.0
4+
### Fixed
5+
- Avoid potentially empty `<ul>` on the profile page.
6+
7+
### Changed
8+
- Upgraded minimal webauthn dependency to 2.0 (which also removes a deprecation
9+
warning) (#634, #701). Note the ``pydantic`` dependency was removed in
10+
webauthn 2.
11+
- Checking phone method availability uses now the method registry (#665).
12+
- Logout example uses POST method to match recent Django behavior.
13+
- Updated translations.
14+
15+
### Added
16+
- Support confirmation for Django 5.0 and Python 3.12.
17+
- A new `main_form_content` template block on login template allows for easier
18+
overridability.
19+
320
## 1.15.5
421
### Fixed
522
- Include transitively replaced migrations in phonenumber migration.

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.15.5'
62+
release = '1.16.0'
6363

6464
# The short X.Y version.
6565
version = '.'.join(release.split('.')[0:2])

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='django-two-factor-auth',
5-
version='1.15.5',
5+
version='1.16.0',
66
description='Complete Two-Factor Authentication for Django',
77
long_description=open('README.rst', encoding='utf-8').read(),
88
author='Bouke Haarsma',

0 commit comments

Comments
 (0)