Skip to content

Commit

Permalink
Complete Changelog and bump version to 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Jan 18, 2023
1 parent 2efeaa2 commit 74221c0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.14.0
current_version = 1.15.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
# Changelog

## Unreleased
## 1.15.0

### Added
- Enforcing a redirect to setup of otp device when none available for user [#550](https://github.com/jazzband/django-two-factor-auth/pull/500)
- Enforcing a redirect to setup of otp device when none available for user (#499)
- Confirmed Django 4.1 support
- WebAuthn support
- WebAuthn support (thanks to Javier Paniagua)
- Confirmed Python 3.11 support

### Removed
- Django 2.2, 3.0, and 3.1 support

### Changed

- display the TOTP secret key alongside the QR code to streamline setup for
password managers without QR support.
- Display the TOTP secret key alongside the QR code to streamline setup for
password managers without QR support.
- Moved phonenumber migrations under the plugins directory.
- Avoid crash with email devices without email (#530).

### Removed
- Django 2.2, 3.0, and 3.1 support
- `two_factor.utils.get_available_methods()` is replaced by
`MethodRegistry.get_methods()`.

## 1.14.0

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
#

# The full version, including alpha/beta/rc tags.
release = '1.14.0'
release = '1.15.0'

# The short X.Y version.
version = '.'.join(release.split('.')[0:2])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-two-factor-auth',
version='1.14.0',
version='1.15.0',
description='Complete Two-Factor Authentication for Django',
long_description=open('README.rst', encoding='utf-8').read(),
author='Bouke Haarsma',
Expand Down

0 comments on commit 74221c0

Please sign in to comment.