Skip to content

Commit 6c71e10

Browse files
committed
Bump version from 1.4.2 to 1.5.0
1.5.0 (2025-01-22) * Added "bt screenshot" command * Fixed some dependencies in requirements/base.txt
1 parent a51ecb9 commit 6c71e10

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.5.0 (2025-01-22)
2+
3+
* Added "bt screenshot" command
4+
* Fixed some dependencies in requirements/base.txt
5+
16
1.4.2 (2022-05-29)
27

38
* Support config file in `$XDG_CONFIG_HOME/brotab/brotab.env`:

DEVELOPMENT.md

+1
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ set -o allexport; source .env; set +o allexport
161161
## Old steps of release procedure
162162

163163
$ python setup.py sdist bdist_wheel
164+
$ uv build # this one is faster
164165
$ twine upload dist/*
165166

166167
## Commands

brotab/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.2'
1+
__version__ = '1.5.0'

0 commit comments

Comments
 (0)