Merge branch 'version-15' into version-15-hotfix

This commit is contained in:
rohitwaghchaure
2024-01-02 17:34:56 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Entire Repository - name: Checkout Entire Repository
uses: actions/checkout@v2 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
persist-credentials: false persist-credentials: false

View File

@@ -3,7 +3,7 @@ import inspect
import frappe import frappe
__version__ = "15.0.0" __version__ = "15.8.3"
def get_default_company(user=None): def get_default_company(user=None):