Skip to content

Commit

Permalink
Bump version to 1.7.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Jan 26, 2024
1 parent 389fc47 commit 1a62432
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Changes
Unreleased
----------

Version 1.7.8
-------------

Released 2024-01-27

- Update dependencies.
- Bump cryptography to 42.0.1. `#358 <https://github.com/dajiaji/pyseto/pull/358>`__
- Bump jinja2 to 3.1.3. `#354 <https://github.com/dajiaji/pyseto/pull/354>`__
- Bump pycryptodomex to 3.20.0. `#353 <https://github.com/dajiaji/pyseto/pull/353>`__
- Update dev dependencies.
- Bump sphinx-autodoc-typehints to 1.25.3. `#342 <https://github.com/dajiaji/pyseto/pull/342>`__
- Bump tox to 4.12.1. `#356 <https://github.com/dajiaji/pyseto/pull/356>`__
- Bump pytest to 7.4.4. `#352 <https://github.com/dajiaji/pyseto/pull/352>`__
- Bump pre-commit/black to 23.12.1. `#350 <https://github.com/dajiaji/pyseto/pull/350>`__
- Bump pre-commit/mirrors-mypy to 1.8.0. `#350 <https://github.com/dajiaji/pyseto/pull/350>`__
- Bump pre-commit/flake8 to 7.0.0. `#350 <https://github.com/dajiaji/pyseto/pull/350>`__
- Bump freezegun to 1.4.0. `#349 <https://github.com/dajiaji/pyseto/pull/349>`__
- Bump pre-commit/isort to 5.13.2. `#348 <https://github.com/dajiaji/pyseto/pull/348>`__
- Bump sphinx-rtd-theme to 2.0.0. `#341 <https://github.com/dajiaji/pyseto/pull/341>`__

Version 1.7.7
-------------

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

0 comments on commit 1a62432

Please sign in to comment.