From 661f6ea65c911ba48282d3e4abe01bf77ab78875 Mon Sep 17 00:00:00 2001 From: Ahmet DAL Date: Sun, 31 Jan 2021 23:15:38 +0100 Subject: [PATCH] :arrow_up: Release new 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 8aad04a..a338acb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '3.2.2' +version = '3.3.0' # The full version, including alpha/beta/rc tags. -release = '3.2.2' +release = '3.3.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 bc4a918..77889e1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name='django-river', - version='3.2.2', + version='3.3.0', author='Ahmet DAL', author_email='ceahmetdal@gmail.com', packages=find_packages(),