Skip to content

Commit 0f5ba0e

Browse files
committed
Ready for 5.5.2
1 parent 77982fc commit 0f5ba0e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
- id: pyupgrade
2121
args: [--py39-plus]
2222
- repo: https://github.com/psf/black
23-
rev: 24.4.2
23+
rev: 24.8.0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/pycqa/flake8

CHANGES.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ Flask-Security Changelog
33

44
Here you can see the full list of changes between each Flask-Security release.
55

6+
Version 5.5.2
7+
-------------
8+
9+
Released August 5, 2024
10+
11+
More attempts to upload to pypi both flask-security and flask-security-too.
12+
No code changes - however the build manifest changed so the source distribution
13+
contents might be slightly different.
14+
15+
Docs and Chores
16+
+++++++++++++++
17+
- (:pr:`1019`) Separate publish workflows for each pypi package
18+
619
Version 5.5.1
720
-------------
821

flask_security/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,4 +139,4 @@
139139
)
140140
from .webauthn_util import WebauthnUtil
141141

142-
__version__ = "5.5.1"
142+
__version__ = "5.5.2"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ deps =
163163
jinja2
164164
skip_install = true
165165
commands =
166-
pybabel extract --version 5.5.1 --keyword=_fsdomain --project=Flask-Security \
166+
pybabel extract --version 5.5.2 --keyword=_fsdomain --project=Flask-Security \
167167
-o flask_security/translations/flask_security.pot \
168168
--msgid-bugs-address[email protected] --mapping-file=babel.ini \
169169
--add-comments=NOTE flask_security

0 commit comments

Comments
 (0)