Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 1.8.3. #449

Merged
merged 1 commit into from
Mar 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Changes
Unreleased
----------

Version 1.8.3
-------------

Released 2025-03-02

- Update dependencies.
- Bump cryptography to 44.0.2. `#448 <https://github.com/dajiaji/pyseto/pull/448>`__
- Update dev dependencies.
- Bump certifi to 2025.01.31. `#448 <https://github.com/dajiaji/pyseto/pull/448>`__
- Bump flake8 to 7.1.2. `#447 <https://github.com/dajiaji/pyseto/pull/447>`__
- Bump black to 25.1.0. `#445 <https://github.com/dajiaji/pyseto/pull/445>`__
- Bump isort to 6.0.0. `#445 <https://github.com/dajiaji/pyseto/pull/445>`__
- Bump mirrors-mypy to 1.15.0. `#445 <https://github.com/dajiaji/pyseto/pull/445>`__
- Bump tox to 4.24.1. `#444 <https://github.com/dajiaji/pyseto/pull/444>`__
- Bump pre-commit to 4.1.0. `#443 <https://github.com/dajiaji/pyseto/pull/443>`__

Version 1.8.2
-------------

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 = "pyseto"
version = "1.8.2"
version = "1.8.3"
description = "A Python implementation of PASETO/PASERK."
authors = ["Ajitomi Daisuke <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyseto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .pyseto import decode, encode
from .token import Token

__version__ = "1.8.2"
__version__ = "1.8.3"
__title__ = "PySETO"
__description__ = "A Python implementation of PASETO/PASERK."
__url__ = "https://pyseto.readthedocs.io"
Expand Down
Loading