File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.15.5
2+ current_version = 1.16.0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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.
6565version = '.' .join (release .split ('.' )[0 :2 ])
Original file line number Diff line number Diff line change 22
33setup (
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' ,
You can’t perform that action at this time.
0 commit comments