Skip to content

Commit

Permalink
Merge pull request #187 from dajiaji/bump-to-v0_5_2
Browse files Browse the repository at this point in the history
Bump version to 0.5.2.
  • Loading branch information
dajiaji authored Aug 3, 2024
2 parents 45f08fa + fcc0357 commit ce80e3d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ Changes
Unreleased
----------

Version 0.5.2
-------------

Released 2024-08-03

- Update dependencies.
- Bump cryptography to 42.0.4. `#158 <https://github.com/dajiaji/flask-paseto-extended/pull/158>`__
- Update dev dependencies.
- Bump codecov/codecov-action to v4. `#183 <https://github.com/dajiaji/python-cwt/pull/183>`__

- Bump setuptools to 70.0.0. `#186 <https://github.com/dajiaji/flask-paseto-extended/pull/186>`__
- Bump zipp to 3.19.1. `#185 <https://github.com/dajiaji/flask-paseto-extended/pull/185>`__
- Bump certifi to 2024.7.4. `#184 <https://github.com/dajiaji/flask-paseto-extended/pull/184>`__
- Bump urllib3 to 2.2.2. `#181 <https://github.com/dajiaji/flask-paseto-extended/pull/181>`__
- Bump tox to 4.15.1. `#180 <https://github.com/dajiaji/flask-paseto-extended/pull/180>`__
- Bump requests to 2.32.0. `#177 <https://github.com/dajiaji/flask-paseto-extended/pull/177>`__
- Bump jinja2 to 3.1.4. `#175 <https://github.com/dajiaji/flask-paseto-extended/pull/175>`__
- Bump idna to 3.7. `#171 <https://github.com/dajiaji/flask-paseto-extended/pull/171>`__
- Bump sphinx-autodoc-typehints to 2.0.1. `#170 <https://github.com/dajiaji/flask-paseto-extended/pull/170>`__
- Bump pre-commit/black to 24.4.2. `#169 <https://github.com/dajiaji/flask-paseto-extended/pull/169>`__
- Bump blacken-docs to 1.18.0. `#392 <https://github.com/dajiaji/flask-paseto-extended/pull/169>`__
- Bump pre-commit/flake8 to 7.1.0. `#380 <https://github.com/dajiaji/flask-paseto-extended/pull/169>`__
- Bump pre-commit/pre-commit-hooks to 4.6.0. `#380 <https://github.com/dajiaji/flask-paseto-extended/pull/169>`__
- Bump pytest-cov to 5.0.0. `#167 <https://github.com/dajiaji/flask-paseto-extended/pull/167>`__
- Bump coverage to 7.4.4. `#164 <https://github.com/dajiaji/flask-paseto-extended/pull/164>`__
- Bump pytest to 8.1.1. `#163 <https://github.com/dajiaji/flask-paseto-extended/pull/163>`__
- Bump mypy to 1.9.0. `#162 <https://github.com/dajiaji/flask-paseto-extended/pull/162>`__

Version 0.5.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion flask_paseto_extended/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .token import Token, current_paseto, paseto_required
from .verifier import PasetoVerifier

__version__ = "0.5.1"
__version__ = "0.5.2"
__title__ = "Flask PASETO Extended"
__description__ = "PASETO (Platform-Agnostic Security Tokens) for Flask applications."
__url__ = "https://github.com/dajiaji/flask-paseto-extended"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "flask-paseto-extended"
version = "0.5.1"
version = "0.5.2"
description = "PASETO (Platform-Agnostic Security Tokens) for Flask applications."
authors = ["Ajitomi Daisuke <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit ce80e3d

Please sign in to comment.