Skip to content

Commit cdbadcd

Browse files
committed
Prepare release of django-two-factor-auth 1.13.2
1 parent dcf2368 commit cdbadcd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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.13.1
2+
current_version = 1.13.2
33
commit = True
44
tag = True
55
tag_name = {new_version}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 1.13.2
22

33
### Added
44
- Translations for new languages: Hausa, Japanese, Vietnamese

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.13.1'
62+
release = '1.13.2'
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.13.1',
5+
version='1.13.2',
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)