Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.15.2 #228

Merged
merged 1 commit into from
Sep 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.15.2] 2022-09-17
### Fixed
- start: fix pot getting stuck in state "starting" on pot start failure (#227)

## [0.15.1] 2022-09-16
### Fixed
- set-status: fix a bug that deletes the status (#224)
- start: fix pot getting stuck in state "starting" on pot start failure (#227)

## [0.15.0] 2022-09-11
### Added
Expand Down
2 changes: 1 addition & 1 deletion bin/pot
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export IFCONFIG_FORMAT=addr:default
# Environment initialization and initial checks

# shellcheck disable=SC2034
_POT_VERSION=0.15.1
_POT_VERSION=0.15.2
_POT_PATHNAME="$(realpath "$0")"
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"
Expand Down
4 changes: 2 additions & 2 deletions share/doc/pot/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "0.15.1"
version = "0.15.2"
# The full version, including alpha/beta/rc tags.
release = "0.15.1"
release = "0.15.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down