Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Dec 11, 2024
1 parent 6adecb1 commit 64dd58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.4.0 (unreleased)
## v0.4.0 (2024-12-11)

- Added `Account.daily_balance` to iterate through account balance by date.
- Renamed `RecurringTransaction` and `RecurringTransfer` to
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "budge"
version = "0.4.0.dev0"
version = "0.4.0"
description = "Track your budgets and forecast your balances with Python."
readme = "README.md"
authors = [{ name = "Jesse Brooklyn Hannah", email = "[email protected]" }]
Expand Down

0 comments on commit 64dd58c

Please sign in to comment.