From ba4ba93e2e8e76bda0d43be49a0bf4b3aa572dff Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 20 Apr 2023 16:21:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.55.0 # [13.55.0](https://github.com/frappe/frappe/compare/v13.54.1...v13.55.0) (2023-04-20) ### Features * email oauth (v13) ([#20790](https://github.com/frappe/frappe/issues/20790)) ([#20800](https://github.com/frappe/frappe/issues/20800)) ([bef1dc6](https://github.com/frappe/frappe/commit/bef1dc6160e0234dded48ad749fd0b56bf3b0a1f)) --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index b32ae7955b3..785d6191983 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -40,7 +40,7 @@ # Lazy imports faker = lazy_import("faker") -__version__ = "13.54.1" +__version__ = "13.55.0" __title__ = "Frappe Framework"