File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,6 +3,19 @@ Flask-Security Changelog
33
44Here 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+
619Version 5.5.1
720-------------
821
Original file line number Diff line number Diff line change 139139)
140140from .webauthn_util import WebauthnUtil
141141
142- __version__ = "5.5.1 "
142+ __version__ = "5.5.2 "
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ deps =
163163 jinja2
164164skip_install = true
165165commands =
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
You can’t perform that action at this time.
0 commit comments