diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 366ca8c..b1a1f69 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,12 +47,12 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.14' - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 24 check-latest: true - name: Cache pip @@ -84,14 +84,14 @@ jobs: - name: Setup run: | pip install frappe-bench - bench init --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench --frappe-branch version-15 + bench init --skip-redis-config-generation --skip-assets --python "$(which python)" ~/frappe-bench --frappe-branch version-16 mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL character_set_server = 'utf8mb4'" mariadb --host 127.0.0.1 --port 3306 -u root -proot -e "SET GLOBAL collation_server = 'utf8mb4_unicode_ci'" - name: Install working-directory: /home/runner/frappe-bench run: | - bench get-app erpnext --branch version-15 + bench get-app erpnext --branch version-16 bench get-app bulk_import_export_template $GITHUB_WORKSPACE bench setup requirements --dev bench new-site --db-root-password root --admin-password admin1 test_site diff --git a/bulk_import_export_template/__init__.py b/bulk_import_export_template/__init__.py index 5c4105c..5becc17 100644 --- a/bulk_import_export_template/__init__.py +++ b/bulk_import_export_template/__init__.py @@ -1 +1 @@ -__version__ = "1.0.1" +__version__ = "1.0.0"