From 5468d950aeeeb0d2ae28b1ce2543d16b62bc08a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:40:48 +0000 Subject: [PATCH] chore(master): Release 1.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- doc/package.json | 2 +- python/pyproject.toml | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9049e2fdf..0bb4db26f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.1" + ".": "1.3.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 214bd4f33..712c4c787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/VILLASframework/node/compare/v1.3.1...v1.3.2) (2026-09-14) + + +### Bug Fixes + +* **api:** Restart temp config file needs a .json at the end for corret config selection ([a169249](https://github.com/VILLASframework/node/commit/a16924952e4e42fcb66dd175114a1856b5652b52)) + ## [1.3.1](https://github.com/VILLASframework/node/compare/v1.3.0...v1.3.1) (2026-09-09) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6448ba65e..1cbf80ea1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.14) project(villas-node - VERSION 1.3.1 # x-release-please-version + VERSION 1.3.2 # x-release-please-version DESCRIPTION "Open-Source Real-time Multi-protocol Gateway" HOMEPAGE_URL "https://www.fein-aachen.org/projects/villas-node/" LANGUAGES C CXX diff --git a/doc/package.json b/doc/package.json index 75a6c479f..674b3ad0c 100644 --- a/doc/package.json +++ b/doc/package.json @@ -1,6 +1,6 @@ { "name": "villasnode-api", - "version": "1.3.1", + "version": "1.3.2", "type": "module", "dependencies": { "@redocly/cli": "1.16.0" diff --git a/python/pyproject.toml b/python/pyproject.toml index ad194dc27..fa1967a9d 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -7,7 +7,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'villas-node' -version = "1.3.1" +version = "1.3.2" description = 'Python support for the VILLASnode simulation-data gateway' readme = 'README.md' requires-python = '>=3.10'