File tree Expand file tree Collapse file tree 4 files changed +15
-11
lines changed
Expand file tree Collapse file tree 4 files changed +15
-11
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.14 .0
2+ current_version = 1.15 .0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## 1.15.0
44
55### Added
6- - Enforcing a redirect to setup of otp device when none available for user [ # 550 ] ( https://github.com/jazzband/django-two-factor-auth/pull/500 )
6+ - Enforcing a redirect to setup of otp device when none available for user ( # 499 )
77- Confirmed Django 4.1 support
8- - WebAuthn support
8+ - WebAuthn support (thanks to Javier Paniagua)
99- Confirmed Python 3.11 support
1010
11- ### Removed
12- - Django 2.2, 3.0, and 3.1 support
13-
1411### Changed
1512
16- - display the TOTP secret key alongside the QR code to streamline setup for
17- password managers without QR support.
13+ - Display the TOTP secret key alongside the QR code to streamline setup for
14+ password managers without QR support.
15+ - Moved phonenumber migrations under the plugins directory.
16+ - Avoid crash with email devices without email (#530 ).
17+
18+ ### Removed
19+ - Django 2.2, 3.0, and 3.1 support
20+ - ` two_factor.utils.get_available_methods() ` is replaced by
21+ ` MethodRegistry.get_methods() ` .
1822
1923## 1.14.0
2024
Original file line number Diff line number Diff line change 5959#
6060
6161# The full version, including alpha/beta/rc tags.
62- release = '1.14 .0'
62+ release = '1.15 .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.14 .0' ,
5+ version = '1.15 .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