From 8b3f8eae0108ea1097676b97139c4fab2cf9a1aa Mon Sep 17 00:00:00 2001 From: Alex Madjar Date: Thu, 28 Jan 2016 18:17:54 -0800 Subject: [PATCH] bump version number --- constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.py b/constants.py index 184d0dfe..fadec63c 100644 --- a/constants.py +++ b/constants.py @@ -4,4 +4,4 @@ DESCRIPTION = "Adds Dynamic API support to Django REST Framework." REPO_NAME = "dynamic-rest" ORG_NAME = "AltSchool" -VERSION = "1.3.10" +VERSION = "1.3.13"