Skip to content

Commit

Permalink
Merge pull request #637 from oist/release/1.2.1
Browse files Browse the repository at this point in the history
build for release 1.2.1
  • Loading branch information
ReiHashimoto authored Apr 15, 2024
2 parents b2d923c + 6e8f4fe commit 2cf890d
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = "OptiNiSt"
copyright = f"{datetime.today().year}, OIST"
author = ""
release = "1.2.0"
release = "1.2.1"

# -- readthedocs -------------------------------------------------------------
on_rtd = os.environ.get("READTHEDOCS", None) == "True"
Expand Down
6 changes: 3 additions & 3 deletions frontend/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"files": {
"main.css": "/static/css/main.341bf264.css",
"main.js": "/static/js/main.2a95acf7.js",
"main.js": "/static/js/main.0f19d410.js",
"static/js/47.145ba9bc.chunk.js": "/static/js/47.145ba9bc.chunk.js",
"static/media/logo.png": "/static/media/logo.e44efe3246aecc6d6219.png",
"index.html": "/index.html",
"main.341bf264.css.map": "/static/css/main.341bf264.css.map",
"main.2a95acf7.js.map": "/static/js/main.2a95acf7.js.map",
"main.0f19d410.js.map": "/static/js/main.0f19d410.js.map",
"47.145ba9bc.chunk.js.map": "/static/js/47.145ba9bc.chunk.js.map"
},
"entrypoints": [
"static/css/main.341bf264.css",
"static/js/main.2a95acf7.js"
"static/js/main.0f19d410.js"
]
}
2 changes: 1 addition & 1 deletion frontend/build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>OptiNiSt</title><script defer="defer" src="/static/js/main.2a95acf7.js"></script><link href="/static/css/main.341bf264.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/static/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="manifest" href="/static/manifest.json"/><title>OptiNiSt</title><script defer="defer" src="/static/js/main.0f19d410.js"></script><link href="/static/css/main.341bf264.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optinist",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"node": ">=20.0.0"
},
Expand Down
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "optinist"
description = "Calcium Imaging Pipeline Tool"
version = "1.2.0"
version = "1.2.1"
license = "GPL-3.0"
authors = ["OIST <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -36,7 +36,12 @@ include = [
"sample_data/input/*",
"sample_data/output/**/*.yaml",
]
exclude = ["studio/tests/*", "studio/test_data/*", "conda.env.*"]
exclude = [
"studio/tests/*",
"studio/test_data/*",
"conda.env.*",
"studio/app/optinist/microscopes/libs.zip",
]

[tool.poetry.dependencies]
python = "^3.8.1"
Expand Down

0 comments on commit 2cf890d

Please sign in to comment.