From 0c4fd3daa426678cd2491ee2d13a5cac5a94658e Mon Sep 17 00:00:00 2001 From: grembo Date: Thu, 29 Jun 2023 09:00:09 +0200 Subject: [PATCH] Prepare 0.15.5 (#271) --- CHANGELOG.md | 2 +- bin/pot | 2 +- share/doc/pot/conf.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74e2f06..d1df6f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.15.5] 2023-06-29 ### Added - set-attr: Add support for setting devfs_ruleset (#270) - set-attr: Add support for setting mlock, sysvshm, sysvsem, sysvmsg, retire sysvipc attribute, which was always a noop (#263) diff --git a/bin/pot b/bin/pot index 90fea36..860b9f7 100755 --- a/bin/pot +++ b/bin/pot @@ -34,7 +34,7 @@ export IFCONFIG_FORMAT=addr:default # Environment initialization and initial checks # shellcheck disable=SC2034 -_POT_VERSION=0.15.4 +_POT_VERSION=0.15.5 _POT_PATHNAME="$(realpath "$0")" _POT_PREFIX="$(dirname "${_POT_PATHNAME}")" _POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")" diff --git a/share/doc/pot/conf.py b/share/doc/pot/conf.py index e3732bb..a617dbf 100644 --- a/share/doc/pot/conf.py +++ b/share/doc/pot/conf.py @@ -56,9 +56,9 @@ # built documents. # # The short X.Y version. -version = "0.15.4" +version = "0.15.5" # The full version, including alpha/beta/rc tags. -release = "0.15.4" +release = "0.15.5" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.