Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/opencloning": "1.6.0",
"packages/opencloning-db": "1.6.0",
"packages/opencloning-cli": "1.6.0"
"packages/opencloning": "1.6.1",
"packages/opencloning-db": "1.6.1",
"packages/opencloning-cli": "1.6.1"
}
7 changes: 7 additions & 0 deletions packages/opencloning-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.1](https://github.com/OpenCloning/OpenCloning_backend/compare/opencloning-cli-v1.6.0...opencloning-cli-v1.6.1) (2026-05-22)


### Miscellaneous Chores

* **opencloning-cli:** Synchronize backend-packages versions

## [1.6.0](https://github.com/OpenCloning/OpenCloning_backend/compare/opencloning-cli-v1.5.1...opencloning-cli-v1.6.0) (2026-05-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/opencloning-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "opencloning-cli"
version = "1.6.0"
version = "1.6.1"
description = "Command-line tools for OpenCloning."
readme = "README.md"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ authors = [
]
requires-python = ">=3.11,<4"
dependencies = [
"opencloning-db==1.6.0", # x-release-please-version
"opencloning-db==1.6.1", # x-release-please-version
"typer>=0.12.0",
]

Expand Down
7 changes: 7 additions & 0 deletions packages/opencloning-db/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.1](https://github.com/OpenCloning/OpenCloning_backend/compare/opencloning-db-v1.6.0...opencloning-db-v1.6.1) (2026-05-22)


### Miscellaneous Chores

* **opencloning-db:** Synchronize backend-packages versions

## [1.6.0](https://github.com/OpenCloning/OpenCloning_backend/compare/opencloning-db-v1.5.1...opencloning-db-v1.6.0) (2026-05-22)


Expand Down
4 changes: 2 additions & 2 deletions packages/opencloning-db/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "opencloning-db"
version = "1.6.0"
version = "1.6.1"
description = "Database for OpenCloning, a web application to generate molecular cloning strategies in json format, and share them with others."
readme = "README.md"
license = "MIT"
Expand All @@ -9,7 +9,7 @@ authors = [
]
requires-python = ">=3.11,<4"
dependencies = [
"opencloning==1.6.0", # x-release-please-version
"opencloning==1.6.1", # x-release-please-version
"fastapi>=0.135.3",
"fastapi-pagination>=0.15.10,<0.16",
"opencloning-linkml>=1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/opencloning/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.1](https://github.com/OpenCloning/OpenCloning_backend/compare/opencloning-v1.6.0...opencloning-v1.6.1) (2026-05-22)


### Bug Fixes

* setting env var ALLOWED_ORIGINS to empty string results in empty list ([#480](https://github.com/OpenCloning/OpenCloning_backend/issues/480)) ([fb818d4](https://github.com/OpenCloning/OpenCloning_backend/commit/fb818d4f336b0683cf5352dd1dcde4a7c4919158))

## [1.6.0](https://github.com/OpenCloning/OpenCloning_backend/compare/opencloning-v1.5.1...opencloning-v1.6.0) (2026-05-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/opencloning/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "opencloning"
version = "1.6.0"
version = "1.6.1"
description = "Backend of OpenCloning, a web application to generate molecular cloning strategies in json format, and share them with others."
readme = "README.md"
license = "MIT"
Expand Down