Skip to content

Commit

Permalink
bump to version 4.0.2.dev1 (#2352)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais authored Dec 18, 2024
1 parent cf8040a commit ff44f46
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/partial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ jobs:
run: pip install pipenv --upgrade

- name: Install Dependencies
run: |
echo "EXEC: pipenv lock"
pipenv lock
echo "EXEC pipenv install --dev"
pipenv install --dev --python=${{ matrix.python-version }}
run: pipenv install --dev --python=${{ matrix.python-version }}

- name: Setup LibMagic (MacOS)
if: matrix.os == 'macos-13'
Expand Down
2 changes: 1 addition & 1 deletion taipy/common/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 1}
{"major": 4, "minor": 0, "patch": 2, "ext": "dev1"}
2 changes: 1 addition & 1 deletion taipy/core/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 1}
{"major": 4, "minor": 0, "patch": 2, "ext": "dev1"}
2 changes: 1 addition & 1 deletion taipy/gui/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 1}
{"major": 4, "minor": 0, "patch": 2, "ext": "dev1"}
2 changes: 1 addition & 1 deletion taipy/rest/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 1}
{"major": 4, "minor": 0, "patch": 2, "ext": "dev1"}
2 changes: 1 addition & 1 deletion taipy/templates/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 1}
{"major": 4, "minor": 0, "patch": 2, "ext": "dev1"}
2 changes: 1 addition & 1 deletion taipy/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 1}
{"major": 4, "minor": 0, "patch": 2, "ext": "dev1"}

0 comments on commit ff44f46

Please sign in to comment.