diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a32aa2dc60e..f6218f042b2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -5,7 +5,7 @@ import frappe from erpnext.hooks import regional_overrides from frappe.utils import getdate -__version__ = '12.29.0' +__version__ = '12.30.0' def get_default_company(user=None): '''Get default company for user''' diff --git a/erpnext/change_log/v12/v12_30_0.md b/erpnext/change_log/v12/v12_30_0.md new file mode 100644 index 00000000000..649165a3102 --- /dev/null +++ b/erpnext/change_log/v12/v12_30_0.md @@ -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)) \ No newline at end of file