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.2. #442

Merged
merged 1 commit into from
Jan 11, 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
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Changes
Unreleased
----------

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

Released 2025-01-11

- Fix readthedoc deploy error. `#440 <https://github.com/dajiaji/pyseto/pull/440>`__
- Update dev dependencies.
- Bump mirrors-mypy to 1.14.1. `#441 <https://github.com/dajiaji/pyseto/pull/441>`__
- Bump certifi to 2024.12.14. `#439 <https://github.com/dajiaji/pyseto/pull/439>`__
- Bump jinja2 to 3.1.5. `#439 <https://github.com/dajiaji/pyseto/pull/439>`__
- Bump urllib3 to 2.3.0. `#439 <https://github.com/dajiaji/pyseto/pull/439>`__
- Bump zipp to 3.21.0. `#439 <https://github.com/dajiaji/pyseto/pull/439>`__
- Bump pytest to 8.3.4. `#437 <https://github.com/dajiaji/pyseto/pull/437>`__

Version 1.8.1
-------------

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.1"
version = "1.8.2"
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.1"
__version__ = "1.8.2"
__title__ = "PySETO"
__description__ = "A Python implementation of PASETO/PASERK."
__url__ = "https://pyseto.readthedocs.io"
Expand Down
Loading