From cd4016f6d143ad95822b11a1d9faa666b4070037 Mon Sep 17 00:00:00 2001
From: sarrvesh <sarrvesh.ss@gmail.com>
Date: Mon, 14 Sep 2020 15:02:18 +0200
Subject: [PATCH] bump minor version

---
 source/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/conf.py b/source/conf.py
index ce382f1..a06d5d6 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -47,7 +47,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'LOFAR Imaging Cookbook'
-copyright = u'2017, ASTRON'
+copyright = u'2020, ASTRON'
 author = u'Edited by Sarrvesh Sridhar'
 
 # The version info for the project you're documenting, acts as replacement for
@@ -55,9 +55,9 @@ author = u'Edited by Sarrvesh Sridhar'
 # built documents.
 #
 # The short X.Y version.
-version = u'24.0'
+version = u'24.1'
 # The full version, including alpha/beta/rc tags.
-release = u'23.3'
+release = u'24.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
-- 
GitLab