Skip to content

Commit

Permalink
Remove financeager command line entry point
Browse files Browse the repository at this point in the history
Close #76
  • Loading branch information
pylipp committed Jan 3, 2022
1 parent 1830f9a commit 876a16a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
4 changes: 3 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Removed
### Deprecated

## [v0.X] -
## [v0.27.0.0] - 2022-01-03
### Changed
- Using the `list` command with the `--month` option only returns entries of specified month in current year. (#79)
### Removed
- Remove `financeager` command line entry point (deprecated for one year, see v0.25.0.0) (#76)

## [v0.26.3.4] - 2021-12-30
### Fixed
Expand Down
8 changes: 0 additions & 8 deletions financeager/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ def main():
sys.exit(exit_code)


def deprecated_main():
logger.warning(
"The 'financeager' main command will be renamed to 'fina' in an "
"upcoming release.\nUse the 'fina' command to avoid this warning."
)
main()


def run(command, configuration, plugins=None, verbose=False, sinks=None, **params):
"""Run 'command' request using additional 'params'.
Expand Down
1 change: 0 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ exclude = test
[options.entry_points]
console_scripts =
fina = financeager.cli:main
financeager = financeager.cli:deprecated_main

[options.extras_require]
packaging =
Expand Down

0 comments on commit 876a16a

Please sign in to comment.