Skip to content

Commit 1aa540e

Browse files
committed
Release v1.1.10 - Changelog
1 parent 3aa8fff commit 1aa540e

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v1.1.10](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.10) (2025-01-27)
4+
5+
[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.1.9...v1.1.10)
6+
7+
**Merged pull requests:**
8+
9+
- Make sure any relationships or links are ingested when consuming JSONL [\#2212](https://github.com/Materials-Consortia/optimade-python-tools/pull/2212) ([ml-evs](https://github.com/ml-evs))
10+
- \[pre-commit.ci\] pre-commit autoupdate [\#2193](https://github.com/Materials-Consortia/optimade-python-tools/pull/2193) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci))
11+
- Bump codecov/codecov-action from 4 to 5 in the github-actions group [\#2181](https://github.com/Materials-Consortia/optimade-python-tools/pull/2181) ([dependabot[bot]](https://github.com/apps/dependabot))
12+
313
## [v1.1.9](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.9) (2025-01-04)
414

515
[Full Changelog](https://github.com/Materials-Consortia/optimade-python-tools/compare/v1.1.8...v1.1.9)

docs/static/default_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"base_url": null,
1313
"implementation": {
1414
"name": "OPTIMADE Python Tools",
15-
"version": "1.1.9",
15+
"version": "1.1.10",
1616
"source_url": "https://github.com/Materials-Consortia/optimade-python-tools",
1717
"maintainer": {"email": "[email protected]"}
1818
},

openapi/index_openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "OPTIMADE API - Index meta-database",
5-
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.9) v1.1.9.",
5+
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\nThis is the \"special\" index meta-database.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.10) v1.1.10.",
66
"version": "1.1.0"
77
},
88
"paths": {

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"openapi": "3.1.0",
33
"info": {
44
"title": "OPTIMADE API",
5-
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.9) v1.1.9.",
5+
"description": "The [Open Databases Integration for Materials Design (OPTIMADE) consortium](https://www.optimade.org/) aims to make materials databases interoperational by developing a common REST API.\n\nThis specification is generated using [`optimade-python-tools`](https://github.com/Materials-Consortia/optimade-python-tools/tree/v1.1.10) v1.1.10.",
66
"version": "1.1.0"
77
},
88
"paths": {

optimade/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.1.9"
1+
__version__ = "1.1.10"
22
__api_version__ = "1.1.0"

0 commit comments

Comments
 (0)