From fdba648afb4141a7dbd768435a3847c265713cbe Mon Sep 17 00:00:00 2001 From: Erdenezul Batmunkh Date: Mon, 16 Jul 2018 09:19:50 +0800 Subject: [PATCH] fix pypi trigger --- mongoengine/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/__init__.py b/mongoengine/__init__.py index a1b7d682..e6dc6b9d 100644 --- a/mongoengine/__init__.py +++ b/mongoengine/__init__.py @@ -23,7 +23,7 @@ __all__ = (list(document.__all__) + list(fields.__all__) + list(signals.__all__) + list(errors.__all__)) -VERSION = (0, 15, 0) +VERSION = (0, 15, 3) def get_version():