Skip to content

Commit

Permalink
Merge pull request #436 from dajiaji/bump-to-1_8_1
Browse files Browse the repository at this point in the history
Bump version to 1.8.1.
  • Loading branch information
dajiaji authored Nov 28, 2024
2 parents a7c6e64 + eb10570 commit ee1aba7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changes
Unreleased
----------

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

Released 2024-11-29

- Update dependencies.
- Bump cryptography to 44.0.0. `#433 <https://github.com/dajiaji/pyseto/pull/433>`__

Version 1.8.0
-------------

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.0"
version = "1.8.1"
description = "A Python implementation of PASETO/PASERK."
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
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.0"
__version__ = "1.8.1"
__title__ = "PySETO"
__description__ = "A Python implementation of PASETO/PASERK."
__url__ = "https://pyseto.readthedocs.io"
Expand Down

0 comments on commit ee1aba7

Please sign in to comment.