From c829d5d1ad6f21bdb9619a9aadd3a08e55bfb86e Mon Sep 17 00:00:00 2001 From: David Rajaratnam Date: Mon, 10 Jan 2022 10:15:12 +1100 Subject: [PATCH] Update release to 1.3.6. Note: skipped 1.3.5 Skipped 1.3.5 since I made a v1.3.5 release but with the wrong version number. --- clorm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clorm/__init__.py b/clorm/__init__.py index d514916..2e6007e 100644 --- a/clorm/__init__.py +++ b/clorm/__init__.py @@ -1,6 +1,6 @@ from .orm import * -__version__ = "1.3.4" +__version__ = "1.3.6" __author__ = "David Rajaratnam" __email__ = "daver@gemarex.com.au" __copyright__ = "Copyright (c) 2018 David Rajaratnam"