Skip to content

Commit

Permalink
Merge pull request #449 from dajiaji/bump-to-1_8_3
Browse files Browse the repository at this point in the history
Bump version to 1.8.3.
  • Loading branch information
dajiaji authored Mar 2, 2025
2 parents dea0f01 + f2913a4 commit 87e5100
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
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

0 comments on commit 87e5100

Please sign in to comment.