mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
chore: version bump and release notes
This commit is contained in:
@@ -5,7 +5,7 @@ import frappe
|
|||||||
from erpnext.hooks import regional_overrides
|
from erpnext.hooks import regional_overrides
|
||||||
from frappe.utils import getdate
|
from frappe.utils import getdate
|
||||||
|
|
||||||
__version__ = '12.29.0'
|
__version__ = '12.30.0'
|
||||||
|
|
||||||
def get_default_company(user=None):
|
def get_default_company(user=None):
|
||||||
'''Get default company for user'''
|
'''Get default company for user'''
|
||||||
|
|||||||
7
erpnext/change_log/v12/v12_30_0.md
Normal file
7
erpnext/change_log/v12/v12_30_0.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
## ERPNext Version 12.29.0 Release Notes
|
||||||
|
|
||||||
|
### Fixes & Enhancements
|
||||||
|
|
||||||
|
* fix(e-invoicing): remove batch no from e-invoices ([#30088](https://github.com/frappe/erpnext/pull/30088))
|
||||||
|
* fix: salary slip amount rounding errors ([#30250](https://github.com/frappe/erpnext/pull/30250))
|
||||||
|
* feat: add client id & client secret fields in e invoice settings ([#30401](https://github.com/frappe/erpnext/pull/30401))
|
||||||
Reference in New Issue
Block a user