Skip to content

Commit

Permalink
chore: release 0.4.1 (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Grubenmann <[email protected]>
  • Loading branch information
Panaetius and Ralf Grubenmann authored Sep 2, 2022
1 parent 6717fdf commit 7f1d4cd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@
Changes
=======

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

Fixes
~~~~~~~~

- Remove usage of fields deprecated by marshmallow and don't forward calamus specific fields to
prevent warnings.

`0.4.0 <https://github.com/SwissDataScienceCenter/calamus/compare/v0.3.14...v0.4.0>`__ (2022-04-05)
---------------------------------------------------------------------------------------------------

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.0"
__version__ = "0.4.1"
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.0"
version = "0.4.1"
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 <[email protected]>"]
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.0",
version="0.4.1",
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 7f1d4cd

Please sign in to comment.