From fabd8c5eab2c627e1faa1f21252acd74b96308b7 Mon Sep 17 00:00:00 2001 From: Piotr Szpetkowski Date: Wed, 22 Nov 2017 16:32:57 +0100 Subject: [PATCH] Release 1.1.2 --- 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 1ea0b26d..99acaaab 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.1' +version = '1.1.2' # The full version, including alpha/beta/rc tags. -release = '1.1.1' +release = '1.1.2' # 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 812d734c..06757210 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def get_packages(package): setup( name='djoser', - version='1.1.1', + version='1.1.2', packages=get_packages('djoser'), license='MIT', author='SUNSCRAPERS',