prev v1.26.3
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Robin Müller 2023-02-09 18:03:37 +01:00
parent 99e5d3bb03
commit bcec465f9a
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 5 additions and 4 deletions

View File

@ -17,13 +17,14 @@ change warranting a new major release:
# [unreleased]
# [v1.27.0] 2023-02-09
# [v1.26.3] 2023-02-09
eive-tmtc: v2.12.2
## Added
- First version of a TCS controller heater control loop.
- First version of a TCS controller heater control loop, but
the loop is disabled for now.
## Changed

View File

@ -10,8 +10,8 @@
cmake_minimum_required(VERSION 3.13)
set(OBSW_VERSION_MAJOR 1)
set(OBSW_VERSION_MINOR 27)
set(OBSW_VERSION_REVISION 0)
set(OBSW_VERSION_MINOR 26)
set(OBSW_VERSION_REVISION 3)
# set(CMAKE_VERBOSE TRUE)