From ba9f859d7bb7f54e5591ad52f8126ed7570f517c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Est=C3=A9vez?= Date: Fri, 18 Jun 2021 16:01:50 +0200 Subject: [PATCH] Up to v4.2.0 --- CMakeLists.txt | 2 +- docs/source/conf.py | 2 +- python/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d7ce7c4d..df1b3c51 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules) # Set the version information here set(VERSION_MAJOR 4) -set(VERSION_API 1) +set(VERSION_API 2) set(VERSION_ABI 0) cmake_policy(SET CMP0011 NEW) diff --git a/docs/source/conf.py b/docs/source/conf.py index 73799396..08cad6cc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '4.1.0' +release = '4.2.0' # -- General configuration --------------------------------------------------- diff --git a/python/__init__.py b/python/__init__.py index ca39f1a6..f7c6610b 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -19,7 +19,7 @@ ad-hoc protocols used in other satellites. """ -__version__ = 'v4.1.0' +__version__ = 'v4.2.0' __author__ = 'Daniel Estevez' __copyright__ = 'Copyright 2016-2020 Daniel Estevez' __email__ = 'daniel@destevez.net'