Skip to content

Commit

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

* Use correct workflow branches (#862)

fix branches

* prepare next dev version

* deps: update React in package.json (#865)

* Update package.json

* Update package.json

* prepare next dev version

* chore: version pinning (#867)

version pinning

* prepare release 23.0.2

---------

Co-authored-by: Holger Stitz <holger.stitz@datavisyn.io>
Co-authored-by: Michael Pühringer <51900829+puehringer@users.noreply.github.com>
Co-authored-by: dvdanielamoitzi <57343176+dvdanielamoitzi@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 23, 2024
1 parent b0f5be8 commit c98b579
Show file tree
Hide file tree
Showing 4 changed files with 24,133 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ node_modules/
/tests/**/*.map
*.css
/package-lock.json
/yarn.lock
!yarn.lock

# yarn
.pnp.*
Expand Down
4 changes: 2 additions & 2 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": "23.0.1",
"version": "23.0.2",
"author": {
"name": "datavisyn GmbH",
"email": "contact@datavisyn.io",
Expand Down Expand Up @@ -84,7 +84,7 @@
"select2": "~4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9",
"use-deep-compare-effect": "^1.8.0",
"visyn_core": "^7.0.0",
"visyn_core": "^7.0.3",
"visyn_scripts": "^7.0.1"
},
"devDependencies": {
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>=7.0.0,<8.0.0
visyn_core>=7.0.3,<8.0.0
yamlreader==3.0.4
Loading

0 comments on commit c98b579

Please sign in to comment.