Skip to content

Commit 74a1e89

Browse files
committed
Bump version: 1.6.0 → 1.6.1
1 parent e3efe89 commit 74a1e89

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.6.0
2+
current_version = 1.6.1
33
files = setup.py docs/conf.py
44
commit = True
55
tag = True

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#
6161

6262
# The full version, including alpha/beta/rc tags.
63-
release = '1.6.0'
63+
release = '1.6.1'
6464

6565
# The short X.Y version.
6666
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.6.0',
5+
version='1.6.1',
66
description='Complete Two-Factor Authentication for Django',
77
long_description=open('README.rst').read(),
88
author='Bouke Haarsma',

0 commit comments

Comments
 (0)