Skip to content

Commit

Permalink
Prepare 1.15.3 release
Browse files Browse the repository at this point in the history
Fixes #629.
  • Loading branch information
claudep committed Jun 28, 2023
1 parent 158d253 commit 19e02f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 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.15.2
current_version = 1.15.3
commit = True
tag = True
tag_name = {new_version}
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

## Unreleased
## 1.15.3
### Added
- Added Turkish translation.

### Fixed
- Fixed a PhoneDevice migration generated even when the phonenumber plugin was
not installed (#587).
- Created a custom phonenumber migration to allow migration for both when the
model already exists (legacy installs) and for new installs (#611).

## 1.15.2
### Added
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.15.2'
release = '1.15.3'

# 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.15.2',
version='1.15.3',
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 19e02f5

Please sign in to comment.