From 09ae93bceac5facd2be1f6b59112a983c1067ff8 Mon Sep 17 00:00:00 2001 From: Ahmet DAL Date: Mon, 16 Dec 2019 12:31:28 +0100 Subject: [PATCH] :arrow_up: Bump 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 dcc291b..42ca5fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '3.0.0' +version = '3.1.0' # The full version, including alpha/beta/rc tags. -release = '3.0.0' +release = '3.1.0' # 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 d9b6e38..0e71d82 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-river', - version='3.0.0', + version='3.1.0', author='Ahmet DAL', author_email='ceahmetdal@gmail.com', packages=find_packages(),