From dfaca932920efb4083ef4071a074095b1e25738d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 May 2024 05:12:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.70.0 # [14.70.0](https://github.com/frappe/erpnext/compare/v14.69.1...v14.70.0) (2024-05-15) ### Bug Fixes * "Based on" field always has the value "Not applicable" ([1078a98](https://github.com/frappe/erpnext/commit/1078a98cce0489201cec4386de8d0143d7542d2a)) * address filter and quotation to for prospect ([c9e7f45](https://github.com/frappe/erpnext/commit/c9e7f450c5d771c0469214d22f68be947ec30775)) * address filter and quotation to for prospect ([6902780](https://github.com/frappe/erpnext/commit/690278042d260f78d2cfd9b72cff809c710becdf)) * address filter and quotation to for prospect ([754e193](https://github.com/frappe/erpnext/commit/754e193c7647f7d996d042b13ed19ea962d7e9a5)) * consistent use of "Address & Contact" (backport [#41386](https://github.com/frappe/erpnext/issues/41386)) ([#41387](https://github.com/frappe/erpnext/issues/41387)) ([256d6a4](https://github.com/frappe/erpnext/commit/256d6a47ac1f6fec39e1ccd501f587037f74da8d)) * data getting override in delivery trip (backport [#41431](https://github.com/frappe/erpnext/issues/41431)) ([#41432](https://github.com/frappe/erpnext/issues/41432)) ([5366356](https://github.com/frappe/erpnext/commit/536635640059aa2234cac29010e06a03fd4eb1b9)) * Default dates in report ([c3244f0](https://github.com/frappe/erpnext/commit/c3244f009bc5bcafa3befa3751a603aa9cf7ebb4)) * default fiscal year ([7a380f5](https://github.com/frappe/erpnext/commit/7a380f584d9be2f6a78bfdb5e5711002ccb945b4)) * Duplicate party name column in AR/AP report ([a8be5f0](https://github.com/frappe/erpnext/commit/a8be5f078956a4269bb5fa6e87950d359bc38b9a)) * PSOA ageing ([e69e540](https://github.com/frappe/erpnext/commit/e69e5404d3da90a17462fd2ec87cab94f0c47a1c)) ### Features * allow to pick manually qty / batches / serial nos (backport [#40723](https://github.com/frappe/erpnext/issues/40723)) ([#41435](https://github.com/frappe/erpnext/issues/41435)) ([7b28d7d](https://github.com/frappe/erpnext/commit/7b28d7d2b8cc2f71a175af1793ed28636faa2f5e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7d97964d791..37de30fa707 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.69.1" +__version__ = "14.70.0" def get_default_company(user=None):