Skip to content

Commit

Permalink
chore: release 10.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Jan 15, 2025
1 parent adbe88c commit 03cd75a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.1.1"
".": "10.1.2"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [10.1.2](https://github.com/dasch-swiss/dsp-tools/compare/v10.1.1...v10.1.2) (2025-01-15)


### Maintenance

* bump dependencies / fix new linter errors / format according to new formatter rules ([#1368](https://github.com/dasch-swiss/dsp-tools/issues/1368)) ([4d32cfb](https://github.com/dasch-swiss/dsp-tools/commit/4d32cfb58893a076270159ce13482f29b9571e5c))
* upgrade `rdflib` and fix typing ([#1370](https://github.com/dasch-swiss/dsp-tools/issues/1370)) ([adbe88c](https://github.com/dasch-swiss/dsp-tools/commit/adbe88cfa1be54dae84261ae5f13e56e730396b9))
* **validate-data:** improve user message ([#1363](https://github.com/dasch-swiss/dsp-tools/issues/1363)) ([77684f0](https://github.com/dasch-swiss/dsp-tools/commit/77684f08c954477acdd9353054f437d97e21a8c3))
* **validate-data:** simplify internal representation of file values ([#1367](https://github.com/dasch-swiss/dsp-tools/issues/1367)) ([c9665ca](https://github.com/dasch-swiss/dsp-tools/commit/c9665cae816ce913ea55b1367f5398a372b322bc))

## [10.1.1](https://github.com/dasch-swiss/dsp-tools/compare/v10.1.0...v10.1.1) (2025-01-15)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[project]
name = "dsp-tools"
version = "10.1.1"
version = "10.1.2"
description = "DSP-TOOLS is a Python package with a command line interface that helps you interact with a DaSCH service platform (DSP) server."
authors = [{name = "DaSCH - Swiss National Data and Service Center for the Humanities", email = "[email protected]"}]
readme = "docs/index.md"
Expand Down

0 comments on commit 03cd75a

Please sign in to comment.