Skip to content

Commit

Permalink
chore: release 0.4.2 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius authored Feb 28, 2023
1 parent 09cccfb commit 6545be9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
Changes
=======

`0.4.2 <https://github.com/SwissDataScienceCenter/calamus/compare/v0.4.1...v0.4.2>`__ (2023-02-28)
--------------------------------------------------------------------------------------------------

Fixes
~~~~~~~~

- Fix IRI serialization when ``add_value_types`` is ``True``.

`0.4.1 <https://github.com/SwissDataScienceCenter/calamus/compare/v0.4.0...v0.4.1>`__ (2022-09-01)
--------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion calamus/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

[tool.poetry]
name = "calamus"
version = "0.4.1"
version = "0.4.2"
description = "calamus is a library built on top of marshmallow to allow (de-)Serialization of Python classes to JSON-LD."
authors = ["Swiss Data Science Center <contact@datascience.ch>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
setup(
long_description=readme,
name="calamus",
version="0.4.1",
version="0.4.2",
description="calamus is a library built on top of marshmallow to allow (de-)Serialization of Python classes to JSON-LD.",
python_requires="==3.*,>=3.7.1",
project_urls={
Expand Down

0 comments on commit 6545be9

Please sign in to comment.