Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
prepare version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Jun 16, 2023
1 parent 934538c commit 7e2a88b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pyarrow = "==10.0.1"
pymongo = "==4.2.0"
sqlalchemy = "==2.0.16"
toml = "==0.10"
taipy-config = {git = "https://git@github.com/avaiga/taipy-config.git@develop"}
taipy-config = "==2.3"

[dev-packages]
black = "*"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"pymongo>=4.2.0,<5.0",
"sqlalchemy>2.0",
"toml>=0.10,<0.11",
"taipy-config@git+https://git@github.com/Avaiga/taipy-config.git@develop",
"taipy-config>=2.3,<2.4",
]

test_requirements = ["pytest>=3.8"]
Expand Down
2 changes: 1 addition & 1 deletion src/taipy/core/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 2, "minor": 3, "patch": 0, "ext": "dev7"}
{"major": 2, "minor": 3, "patch": 0}

0 comments on commit 7e2a88b

Please sign in to comment.