Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.3.8 #143

Merged
merged 5 commits into from
Jan 4, 2024
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
1 change: 1 addition & 0 deletions neo4j
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function _helpers() {
--specpath "$app_dir" \
--add-data "$app_dir"/../neo4j-app/neo4j_app/scripts/bulk-import.sh:neo4j_app/scripts \
--hidden-import neo4j_app.tasks \
--hidden-import gunicorn.glogging \
-p neo4j_app \
-p "$site_packages_path"

Expand Down
2 changes: 1 addition & 1 deletion neo4j-app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "neo4j_app"
version = "0.3.7"
version = "0.3.9"
description = "neo4j backend for the Datashare extension"
authors = ["ICIJ <[email protected]>"]
# TODO: add readme
Expand Down
2 changes: 1 addition & 1 deletion plugins/neo4j-graph-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "datashare-plugin-neo4j-graph-widget",
"description": "A Datashare plugin to add a neo4j graph widget to the project page",
"version": "0.3.7",
"version": "0.3.9",
"main": "dist/index.umd.min.js",
"dependencies": {
"@fortawesome/fontawesome": "^1.1.4",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.icij.datashare</groupId>
<artifactId>datashare-extension-neo4j</artifactId>
<version>0.3.7</version>
<version>0.3.9</version>
<packaging>jar</packaging>

<name>neo4j datashare extension</name>
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,9 @@ cf5d563bf1b96288628a67c702ebd4bcbcb74f79911a8ea0a633abef4957d199 bins/neo4j-app
42db5f9896fb305c38671bf3158be815d4381227b896efc3ceb3efccf1a2469e bins/neo4j-app-darwin-universal2-0.3.7
c4ca60e0f1d0ae83d26ad3ae9121844a91241cfee7e7d6ae0ee91b13cd0c5bb0 bins/neo4j-app-unknown-linux-arm64-0.3.7
bdbbb9d1194f41091b37e04d33c90fa6b93b153e94fc1e566348ca1373759ac1 bins/neo4j-app-unknown-linux-x86_64-0.3.7
de9dc60da1ec1c929418e9e7c6e82e391618b5e5bb05bd3588039464e9c52044 bins/neo4j-app-darwin-universal2-0.3.8
52d807a267cf356a0d173030268d6ac07c773c9ad87888eb17613a2a373a6fe8 bins/neo4j-app-unknown-linux-arm64-0.3.8
84c66250b6e48d719881ad5330432b4e1d374dd6aa0139a5869b953a21d00ec7 bins/neo4j-app-unknown-linux-x86_64-0.3.8
acd3b3ace28770ca1d25fcb23cc75ba3097a5572e05525ae8256720ecb4118d5 bins/neo4j-app-darwin-universal2-0.3.9
3d1d32a9c2844f182c6d4064a46f6097aa925d07207a8ac088755c6bdca30c0e bins/neo4j-app-unknown-linux-arm64-0.3.9
66ee11f288060151393c5a323d1a137c78517851a7d1e724a55cfe18abd7e776 bins/neo4j-app-unknown-linux-x86_64-0.3.9
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.7
0.3.9