From c6771fc281dfb608da042388397344038f430be4 Mon Sep 17 00:00:00 2001 From: Kelvin Jayanoris Date: Tue, 12 Feb 2019 22:12:23 +0300 Subject: [PATCH] =?UTF-8?q?=E2=86=91=20bump=20to=20version=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- small_small_hr/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/small_small_hr/__init__.py b/small_small_hr/__init__.py index d062cbe..2097b5b 100644 --- a/small_small_hr/__init__.py +++ b/small_small_hr/__init__.py @@ -1,7 +1,7 @@ """ Main init file for small_small_hr """ -VERSION = (0, 1, 4) +VERSION = (0, 1, 5) __version__ = '.'.join(str(v) for v in VERSION) # pylint: disable=invalid-name default_app_config = 'small_small_hr.apps.SmallSmallHrConfig' # noqa