Skip to content

Commit bc71179

Browse files
authored
Merge pull request #20 from maykinmedia/release/1.0.2
🔖 Bump version and update changelog
2 parents 2e7aaf4 + cf57d52 commit bc71179

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

5+
1.0.2 (2025-01-16)
6+
==================
7+
8+
Minor fix
9+
10+
* Add possibility to override the error message in the login template shown when the user is already authenticated.
11+
512
1.0.1 (2024-07-25)
613
==================
714

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Maykin 2FA
22
==========
33

4-
:Version: 1.0.1
4+
:Version: 1.0.2
55
:Source: https://github.com/maykinmedia/maykin-2fa
66
:Keywords: django, two factor, multi factor auth, mfa
77

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Maykin Media"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "1.0.1"
29+
release = "1.0.2"
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "maykin_2fa"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "An opinionated integration of django-two-factor-auth in the Django admin interface."
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -81,7 +81,7 @@ markers = [
8181
]
8282

8383
[tool.bumpversion]
84-
current_version = "1.0.1"
84+
current_version = "1.0.2"
8585
files = [
8686
{filename = "pyproject.toml"},
8787
{filename = "README.rst"},

0 commit comments

Comments
 (0)