Skip to content

Commit

Permalink
Update deprecation msg
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin committed Jun 28, 2024
1 parent e50a3bb commit 2545145
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ It would be greatly beneficial for the community to access a tool like this, so
## Install

> [!WARNING]
> Bean-black is deprecated and will remain as is, with no feature updates.
> Bean-black command-line is deprecated and will remain as is, with no feature updates.
> It's subject to removal in future versions.
> In the future, the `beancount-black` package will focus on serving as a Beancount formatter library.
> Please use [beanhub-cli](https://github.com/LaunchPlatform/beanhub-cli) instead if you need a formatter command-line tool.
Expand Down
2 changes: 1 addition & 1 deletion beancount_black/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main(
logging.basicConfig(level=LOG_LEVEL_MAP[log_level])
logger = logging.getLogger(__name__)
logger.warning(
"Bean-black is deprecated and will remain as is, with no feature updates. "
"Bean-black command-line is deprecated and will remain as is, with no feature updates. "
"It's subject to removal in future versions. "
"In the future, the beancount-black package will focus on serving as a Beancount formatter library. "
"Please use beanhub-cli (https://github.com/LaunchPlatform/beanhub-cli) instead if you need a formatter command-line tool. "
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "beancount-black"
version = "1.0.3"
version = "1.0.4"
description = "Opinioned beancount formatter library"
authors = ["Fang-Pen Lin <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2545145

Please sign in to comment.