Skip to content

Commit

Permalink
change version & dependencies to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinAV committed Jul 28, 2023
1 parent 2c30db2 commit 7602a33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name = "pypi"

[packages]
cookiecutter = "==2.1.1"
taipy-gui = {git = "https://[email protected]/avaiga/taipy-gui.git@develop"}
taipy-rest = {git = "https://[email protected]/avaiga/taipy-rest.git@develop"}
taipy-templates = {git = "https://[email protected]/avaiga/taipy-templates.git@develop"}
taipy-gui = "==2.4"
taipy-rest = "==2.4"
taipy-templates = "==2.4"

[dev-packages]
autopep8 = "*"
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@

requirements = [
"cookiecutter>=2.1.1,<2.2",
"taipy-rest@git+https://[email protected]/Avaiga/taipy-rest.git@develop",
"taipy-gui@git+https://[email protected]/Avaiga/taipy-gui.git@develop",
"taipy-templates@git+https://[email protected]/Avaiga/taipy-templates.git@develop",
"taipy-gui>=2.4,<2.5",
"taipy-rest>=2.4,<2.5",
"taipy-templates>=2.4,<2.5",
]

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

0 comments on commit 7602a33

Please sign in to comment.