Skip to content

Commit

Permalink
Release 23.0.0 (#863)
Browse files Browse the repository at this point in the history
* chore: prepare next dev release

* prepare release 23.0.0

* Use correct workflow branches (#862)

fix branches

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
  • Loading branch information
dvvanessastoiber and thinkh authored Dec 14, 2023
1 parent 01cd8b4 commit 95dd923
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on: workflow_dispatch

jobs:
publish:
uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@main
uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@new_deployment
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ on: workflow_dispatch

jobs:
release:
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@new_deployment
secrets: inherit
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdp_core",
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.",
"version": "22.0.0",
"version": "23.0.0",
"author": {
"name": "datavisyn GmbH",
"email": "contact@datavisyn.io",
Expand Down Expand Up @@ -84,8 +84,8 @@
"select2": "~4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9",
"use-deep-compare-effect": "^1.8.0",
"visyn_core": "^6.0.0",
"visyn_scripts": "^6.0.0"
"visyn_core": "^7.0.0",
"visyn_scripts": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.17.7",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0
Pillow==9.3.0
pymongo~=3.11.1
python-memcached==1.59
visyn_core>=6.0.0,<7.0.0
visyn_core>=7.0.0,<8.0.0
yamlreader==3.0.4

0 comments on commit 95dd923

Please sign in to comment.