diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index f0416507..73c22cc9 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: # Use the commit date instead of the current date during the build. - run: echo "SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)" >> $GITHUB_ENV - name: Create dist - run: > + run: | python -m pip install -U pip pip install tox tox -e makedist diff --git a/CHANGES.rst b/CHANGES.rst index ffafb2cb..edecb8b8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,12 +6,18 @@ Here you can see the full list of changes between each Flask-Security release. Version 5.5.1 ------------- -Released xxx +Released August 1, 2024 I am pleased to announce that Flask-Security-Too is now part of pallets-eco and has returned to be released as 'Flask-Security'. For the foreseeable future, we will publish the same release to both Flask-Security and Flask-Security-Too on PyPI. +There are no code changes. + +Docs and Chores ++++++++++++++++ +- (:pr:`1015`) Convert docs, links, badges, etc to pallets-eco + Version 5.5.0 -------------