Skip to content

Commit

Permalink
Merge pull request #205 from dajiaji/bump-to-v1_5_3
Browse files Browse the repository at this point in the history
Bump up version to v1.5.3.
  • Loading branch information
dajiaji authored Jan 1, 2022
2 parents fc44194 + 0b7ae73 commit fc565dd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ Changes
Unreleased
----------

Version 1.5.3
-------------

Released 2022-01-01

- Add 2022 to copyright and license. `#205 <https://github.com/dajiaji/python-cwt/pull/205>`__
- Fix link to homepage on PyPI. `#204 <https://github.com/dajiaji/python-cwt/pull/204>`__
- Add license information to PyPI. `#204 <https://github.com/dajiaji/python-cwt/pull/204>`__

Version 1.5.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 Ajitomi, Daisuke
Copyright (c) 2021-2022 Ajitomi Daisuke

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions cwt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
from .recipient import Recipient
from .signer import Signer

__version__ = "1.5.2"
__version__ = "1.5.3"
__title__ = "cwt"
__description__ = "A Python implementation of CWT/COSE"
__url__ = "https://python-cwt.readthedocs.io"
__uri__ = __url__
__doc__ = __description__ + " <" + __uri__ + ">"
__author__ = "AJITOMI Daisuke"
__author__ = "Ajitomi Daisuke"
__email__ = "ajitomi@gmail.com"
__license__ = "MIT"
__copyright__ = "Copyright 2021 AJITOMI Daisuke"
__copyright__ = "Copyright 2021-2022 Ajitomi Daisuke"
__all__ = [
"encode",
"encode_and_mac",
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 = "cwt"
version = "1.5.2"
version = "1.5.3"
description = "A Python implementation of CWT/COSE."
authors = ["Ajitomi Daisuke <dajiaji@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit fc565dd

Please sign in to comment.