Skip to content

Commit a756c5c

Browse files
committed
Prepare 0.10.4 release
1 parent 330e023 commit a756c5c

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
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.10.4] 2020-02-23
810
### Added
911
- alias: add ability to use a different netowrk interface for alias network type (#80)
1012
- env: add pot info -E output to environment or tinirc

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.10.3
33+
_POT_VERSION=0.10.4
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.10.3"
59+
version = "0.10.4"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "0.10.3"
61+
release = "0.10.4"
6262

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

0 commit comments

Comments
 (0)