Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔖 Bump version to 1.0.1 and update changelog #18

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1 (2024-07-25)
==================

Minor bugfix

* [#16] Fixed redirect_to feature in the admin login

1.0.0 (2024-02-05)
==================

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.0
:Version: 1.0.1
: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.0"
release = "1.0.1"


# -- 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.0"
version = "1.0.1"
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.0"
current_version = "1.0.1"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down
Loading