From 012335420872f73e2c2394ef6c44ed058fb479d2 Mon Sep 17 00:00:00 2001 From: Andrew Velis Date: Thu, 3 Aug 2017 16:50:53 -0500 Subject: [PATCH] Updates version for maintenance release Version 1.3.1 fixes The TravisCI configuration to pickup the distributions setting. This change corrects the libraries actual version. --- rest_framework_tracking/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_framework_tracking/__init__.py b/rest_framework_tracking/__init__.py index 8801e1e..af78758 100644 --- a/rest_framework_tracking/__init__.py +++ b/rest_framework_tracking/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.2.0' +__version__ = '1.3.1' default_app_config = 'rest_framework_tracking.apps.RestFrameworkTrackingConfig'