From 9b7ba8d581d55a0d86d24d510f265a17aa397fd4 Mon Sep 17 00:00:00 2001 From: Ahmet DAL Date: Thu, 6 Feb 2020 09:49:28 +0100 Subject: [PATCH] :arrow_up: Bump patch version --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dab5733..74adbee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '3.1.3' +version = '3.1.4' # The full version, including alpha/beta/rc tags. -release = '3.1.3' +release = '3.1.4' # 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 35fd793..6fa410a 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-river', - version='3.1.3', + version='3.1.4', author='Ahmet DAL', author_email='ceahmetdal@gmail.com', packages=find_packages(),