File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 0.10.4] 2020-02-23
8
10
### Added
9
11
- alias: add ability to use a different netowrk interface for alias network type (#80 )
10
12
- env: add pot info -E output to environment or tinirc
Original file line number Diff line number Diff line change 30
30
31
31
# Environment initialization and initial checks
32
32
33
- _POT_VERSION=0.10.3
33
+ _POT_VERSION=0.10.4
34
34
_POT_PATHNAME=" $( realpath " $0 " ) "
35
35
_POT_PREFIX=" $( dirname " ${_POT_PATHNAME} " ) "
36
36
_POT_INCLUDE=" $( realpath " ${_POT_PREFIX} /../share/pot" ) "
Original file line number Diff line number Diff line change 56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = "0.10.3 "
59
+ version = "0.10.4 "
60
60
# The full version, including alpha/beta/rc tags.
61
- release = "0.10.3 "
61
+ release = "0.10.4 "
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments