Skip to content
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
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: pyupgrade
args: [--py310-plus]
- repo: https://github.com/psf/black
rev: 25.11.0
rev: 25.12.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (C) 2012-2021 by Matthew Wright
Copyright (C) 2019-2025 by Chris Wagner
Copyright (C) 2019-2026 by Chris Wagner

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
8 changes: 1 addition & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

# General information about the project.
project = "Flask-Security"
copyright = "2012-2025"
copyright = "2012-2026"
author = "Matt Wright & Chris Wagner"

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -190,12 +190,6 @@
# Output file base name for HTML help builder.
htmlhelp_basename = "Flask-Securitydoc"


# -- Options for LaTeX output --------------------------------------------
latex_documents = [
("index", "Flask-Security.tex", "Flask-Security Documentation", author, "manual")
]

# -- Options for sphinx-issues ---------------------------------------------
# Github repo
issues_github_path = "pallets-eco/flask-security"
2 changes: 1 addition & 1 deletion flask_security/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
to Flask applications.

:copyright: (c) 2012-2019 by Matt Wright.
:copyright: (c) 2019-2025 by J. Christopher Wagner.
:copyright: (c) 2019-2026 by J. Christopher Wagner.
:license: MIT, see LICENSE for more details.
"""

Expand Down