Skip to content

Commit e5ad00d

Browse files
committed
Up to v3.13.0
1 parent d34e529 commit e5ad00d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ list(INSERT CMAKE_MODULE_PATH 0 ${CMAKE_SOURCE_DIR}/cmake/Modules)
4545
set(VERSION_MAJOR 3)
4646
set(VERSION_API 13)
4747
set(VERSION_ABI 0)
48-
set(VERSION_PATCH git)
48+
set(VERSION_PATCH 0)
4949

5050
cmake_policy(SET CMP0011 NEW)
5151

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '3.13.0-git'
29+
release = '3.13.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
ad-hoc protocols used in other satellites.
2020
"""
2121

22-
__version__ = 'v3.13.0-git'
22+
__version__ = 'v3.13.0'
2323
__author__ = 'Daniel Estevez'
2424
__copyright__ = 'Copyright 2016-2022 Daniel Estevez'
2525
__email__ = '[email protected]'

0 commit comments

Comments
 (0)