Skip to content

Commit f4d1ef8

Browse files
committed
Prepare release 0.11.1
1 parent 9d07e5e commit f4d1ef8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.11.1] 2020-04-19
10+
911
### Fixed
1012
- set-attr: attribute early-start-at-boot is now correctly recognized
1113
## [0.11.0] 2020-04-19

bin/pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
# Environment initialization and initial checks
3232

33-
_POT_VERSION=0.11.0
33+
_POT_VERSION=0.11.1
3434
_POT_PATHNAME="$(realpath "$0")"
3535
_POT_PREFIX="$(dirname "${_POT_PATHNAME}")"
3636
_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.11.0"
59+
version = "0.11.1"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "0.11.0"
61+
release = "0.11.1"
6262

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

0 commit comments

Comments
 (0)