Skip to content

Commit

Permalink
Bump version from 1.4.1 to 1.4.2
Browse files Browse the repository at this point in the history
* Support config file in `$XDG_CONFIG_HOME/brotab/brotab.env`:
```env
HTTP_IFACE=0.0.0.0
MIN_HTTP_PORT=4625
MAX_HTTP_PORT=4635
```
  This is useful if you want to change interface mediator is binding to.
  • Loading branch information
balta2ar committed May 29, 2022
1 parent 1bf040c commit 9fd617f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.4.2 (2022-05-29)

* Support config file in `$XDG_CONFIG_HOME/brotab/brotab.env`:
```env
HTTP_IFACE=0.0.0.0
Expand Down
2 changes: 1 addition & 1 deletion brotab/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.4.2'

0 comments on commit 9fd617f

Please sign in to comment.