Skip to content

Commit ad6ca65

Browse files
authored
Prepare release 0.15.2 (#228)
1 parent 22e7e49 commit ad6ca65

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.15.2] 2022-09-17
10+
### Fixed
11+
- start: fix pot getting stuck in state "starting" on pot start failure (#227)
12+
913
## [0.15.1] 2022-09-16
1014
### Fixed
1115
- set-status: fix a bug that deletes the status (#224)
12-
- start: fix pot getting stuck in state "starting" on pot start failure (#227)
1316

1417
## [0.15.0] 2022-09-11
1518
### Added

bin/pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export IFCONFIG_FORMAT=addr:default
3434
# Environment initialization and initial checks
3535

3636
# shellcheck disable=SC2034
37-
_POT_VERSION=0.15.1
37+
_POT_VERSION=0.15.2
3838
_POT_PATHNAME="$(realpath "$0")"
3939
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
4040
_POT_INCLUDE="$( realpath "${_POT_PREFIX}/../share/pot")"

share/doc/pot/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "0.15.1"
59+
version = "0.15.2"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "0.15.1"
61+
release = "0.15.2"
6262

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

0 commit comments

Comments
 (0)