From 4c2d87e40f781b637ac9c2430557d0a9a9665fd9 Mon Sep 17 00:00:00 2001 From: john30 Date: Fri, 6 Jan 2023 12:35:17 +0100 Subject: [PATCH] updated version to 23.1 --- ChangeLog.md | 2 +- VERSION | 2 +- contrib/alpine/APKBUILD | 2 +- contrib/archlinux/PKGBUILD | 2 +- contrib/archlinux/PKGBUILD.git | 2 +- contrib/html/openapi.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index f49c88304..b966d24d4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -# 23.1 (tbd) +# 23.1 (2022-12-06) ## Bug Fixes * fix potentially invalid settings picked up from environment variables * fix potentially unnecessary arbitration start for non-enhanced proto diff --git a/VERSION b/VERSION index 1da8ccd28..eaccea244 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -22.4 \ No newline at end of file +23.1 \ No newline at end of file diff --git a/contrib/alpine/APKBUILD b/contrib/alpine/APKBUILD index 826b5916a..4cb6a0cd7 100644 --- a/contrib/alpine/APKBUILD +++ b/contrib/alpine/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Tim # Maintainer: Tim pkgname=ebusd -pkgver=22.4 +pkgver=23.1 pkgrel=0 pkgdesc="Daemon for communication with eBUS heating systems" url="https://github.com/john30/ebusd" diff --git a/contrib/archlinux/PKGBUILD b/contrib/archlinux/PKGBUILD index 5b117b4ec..17112bd94 100644 --- a/contrib/archlinux/PKGBUILD +++ b/contrib/archlinux/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Milan Knizek # Usage: makepkg pkgname=ebusd -pkgver=22.4 +pkgver=23.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/archlinux/PKGBUILD.git b/contrib/archlinux/PKGBUILD.git index 7885e4f71..f62971367 100644 --- a/contrib/archlinux/PKGBUILD.git +++ b/contrib/archlinux/PKGBUILD.git @@ -3,7 +3,7 @@ # Usage: makepkg -p PKGBUILD.git pkgname=ebusd-git _gitname=ebusd -pkgver=22.4 +pkgver=23.1 pkgrel=1 pkgdesc="ebusd, the daemon for communication with eBUS heating systems." arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') diff --git a/contrib/html/openapi.yaml b/contrib/html/openapi.yaml index c0c52845b..1050c7b3c 100644 --- a/contrib/html/openapi.yaml +++ b/contrib/html/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: ebusd-http description: The API that ebusd provides on HTTP port. - version: "22.4" + version: "23.1" servers: - url: http://127.0.0.1:8080/ paths: