Skip to content

Commit

Permalink
🔖 Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
SilviaAmAm committed Jan 16, 2025
1 parent 2e7aaf4 commit b92f953
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
=========

1.0.2 (2025-01-16)
==================

Minor fix

* Add possibility to override the error message in the login template shown when the user is already authenticated.

1.0.1 (2024-07-25)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Maykin 2FA
==========

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

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "Maykin Media"

# The full version, including alpha/beta/rc tags
release = "1.0.1"
release = "1.0.2"


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "maykin_2fa"
version = "1.0.1"
version = "1.0.2"
description = "An opinionated integration of django-two-factor-auth in the Django admin interface."
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -81,7 +81,7 @@ markers = [
]

[tool.bumpversion]
current_version = "1.0.1"
current_version = "1.0.2"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down
7 changes: 4 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 3rd party configuration
[bumpversion]
current_version = 1.0.2

[flake8]
max-line-length=88
exclude=env,.tox,doc
max-line-length = 88
exclude = env,.tox,doc

0 comments on commit b92f953

Please sign in to comment.