Skip to content

Commit

Permalink
Prepare release 0.15.2 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzamig committed Sep 17, 2022
1 parent 22e7e49 commit ad6ca65
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
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
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
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

0 comments on commit ad6ca65

Please sign in to comment.