From f78ea63206f19ea1bfb10df321d24dd2bdd5762d Mon Sep 17 00:00:00 2001 From: Mustafa Soylu Date: Tue, 23 Jan 2024 14:13:23 +0100 Subject: [PATCH] bump version to v0.3.1 --- .somesy.toml | 2 +- CHANGELOG.md | 4 ++++ CITATION.cff | 2 +- codemeta.json | 2 +- pyproject.toml | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.somesy.toml b/.somesy.toml index df46f4c5..4d98f2f4 100644 --- a/.somesy.toml +++ b/.somesy.toml @@ -1,6 +1,6 @@ [project] name = "somesy" -version = "0.3.0" +version = "0.3.1" description = "A CLI tool for synchronizing software project metadata." keywords = ["metadata", "FAIR"] license = "MIT" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa4a772..d9bdcb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ Here we provide notes that summarize the most important changes in each released Please consult the changelog to inform yourself about breaking changes and security issues. +## [v0.3.1](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.3.1) (2024-01-23) { id="0.3.1" } + +* fix setuptools license writing bug + ## [v0.3.0](https://github.com/Materials-Data-Science-and-Informatics/somesy/tree/v0.3.0) (2024-01-12) { id="0.3.0" } * replace codemetapy with an in-house writer, which enables windows support diff --git a/CITATION.cff b/CITATION.cff index e0f89950..035fe0fc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,7 +3,7 @@ type: software message: If you use this software, please cite it using this metadata. title: somesy -version: 0.3.0 +version: 0.3.1 abstract: A CLI tool for synchronizing software project metadata. repository-code: https://github.com/Materials-Data-Science-and-Informatics/somesy license: MIT diff --git a/codemeta.json b/codemeta.json index 72f6e3f0..0047db3a 100644 --- a/codemeta.json +++ b/codemeta.json @@ -25,7 +25,7 @@ ], "name": "somesy", "description": "A CLI tool for synchronizing software project metadata.", - "version": "0.3.0", + "version": "0.3.1", "keywords": [ "metadata", "FAIR" diff --git a/pyproject.toml b/pyproject.toml index 96d475ea..1df864cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "somesy" -version = "0.3.0" +version = "0.3.1" description = "A CLI tool for synchronizing software project metadata." authors = ["Mustafa Soylu ", "Anton Pirogov "] maintainers = ["Mustafa Soylu "]