From 96171f07141969a100638128684c87347d4dcecf Mon Sep 17 00:00:00 2001 From: Piotr Szpetkowski Date: Fri, 8 Dec 2017 13:37:50 +0100 Subject: [PATCH] Release 1.1.5 --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 8af054d9..32e07c81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '1.1.4' +version = '1.1.5' # The full version, including alpha/beta/rc tags. -release = '1.1.4' +release = '1.1.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 3e6e1f54..e87d801e 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def get_packages(package): setup( name='djoser', - version='1.1.4', + version='1.1.5', packages=get_packages('djoser'), license='MIT', author='SUNSCRAPERS',