From 933481352f9942ab7dc3ff718e6fc6c7e60a6b9a Mon Sep 17 00:00:00 2001 From: Chris Wagner Date: Sun, 4 Aug 2024 12:25:52 -0700 Subject: [PATCH] Ready for 5.5.2 (#1020) --- .pre-commit-config.yaml | 2 +- CHANGES.rst | 13 +++++++++++++ flask_security/__init__.py | 2 +- tox.ini | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 951f2add..ec357a7a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 diff --git a/CHANGES.rst b/CHANGES.rst index edecb8b8..083847fe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,19 @@ Flask-Security Changelog Here you can see the full list of changes between each Flask-Security release. +Version 5.5.2 +------------- + +Released August 5, 2024 + +More attempts to upload to pypi both flask-security and flask-security-too. +No code changes - however the build manifest changed so the source distribution +contents might be slightly different. + +Docs and Chores ++++++++++++++++ +- (:pr:`1019`) Separate publish workflows for each pypi package + Version 5.5.1 ------------- diff --git a/flask_security/__init__.py b/flask_security/__init__.py index 00b26d04..24841b89 100644 --- a/flask_security/__init__.py +++ b/flask_security/__init__.py @@ -139,4 +139,4 @@ ) from .webauthn_util import WebauthnUtil -__version__ = "5.5.1" +__version__ = "5.5.2" diff --git a/tox.ini b/tox.ini index e45b6634..4e946efd 100644 --- a/tox.ini +++ b/tox.ini @@ -163,7 +163,7 @@ deps = jinja2 skip_install = true commands = - pybabel extract --version 5.5.1 --keyword=_fsdomain --project=Flask-Security \ + pybabel extract --version 5.5.2 --keyword=_fsdomain --project=Flask-Security \ -o flask_security/translations/flask_security.pot \ --msgid-bugs-address=jwag956@github.com --mapping-file=babel.ini \ --add-comments=NOTE flask_security