Skip to content

Commit 6abf8e8

Browse files
committed
preparing for next release
1 parent fec1bf7 commit 6abf8e8

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

codemeta.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,8 @@
8282
"@type": "ScholarlyArticle"
8383
}
8484
],
85-
"schema:releaseNotes": "This release includes the following updates:\n- We now recognize `pom.xml`, `setup.py`, `pyproject.toml` and `package.json` files, based on the CodeMeta crosswalks.\n- Regular expressions for licenses.\n- Improving release extraction in Gitlab\n- Fixed documentation inconsistency issues\n- Continuous integration and developmentStatus now are exported.\nMore information: https://github.com/KnowledgeCaptureAndDiscovery/somef/milestone/12?closed=1\n\n## What's Changed\n* Typo fix in statements about application domains by @Daniel-Mietchen in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/726\n* Resolve issues gitlab release, licenses. Development status. Fixes #721, #713, #722 by @juanjemdIos in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/727\n* author type Organization by @juanjemdIos in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/732\n* Update master with changes for 0.9.9 by @dgarijo in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/735\n* fix #736 by @dgarijo in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/737\n* Improved file extraction workflows and continuous integration. Enhanced documentation with new properties by @juanjemdIos in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/738\n* Fix #471, initial version by @Anas-Elhounsri in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/739\n* Dev by @dgarijo in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/743\n\n## New Contributors\n* @Daniel-Mietchen made their first contribution in https://github.com/KnowledgeCaptureAndDiscovery/somef/pull/726\n\n**Full Changelog**: https://github.com/KnowledgeCaptureAndDiscovery/somef/compare/0.9.8...0.9.9",
8685
"softwareRequirements": "https://raw.githubusercontent.com/KnowledgeCaptureAndDiscovery/somef/refs/heads/master/pyproject.toml",
87-
"version": "0.9.10",
86+
"version": "0.10.1",
8887
"developmentStatus": "active",
8988
"issueTracker": "https://github.com/KnowledgeCaptureAndDiscovery/somef/issues",
9089
"@type": "SoftwareSourceCode"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "somef"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "SOftware Metadata Extraction Framework: A tool for automatically extracting relevant software metadata from a source code repository (README, package files, etc)."
55
authors = ["Daniel Garijo <daniel.garijo@upm.es>"]
66
readme = "README.md"

src/somef/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = "0.10.0"
3+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)