Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Dec 8, 2024
1 parent f245f3e commit 35e18c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 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.2.0 (unreleased)
## v0.2.0 (2024-12-08)

- Added `Transfer` model for transfers between accounts.
- Renamed `RecurringTransaction.rrule` to `RecurringTransaction.schedule`.
Expand Down
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "budge"
version = "0.1.0"
version = "0.2.0"
description = "Track your budgets and forecast your balances with Python."
readme = "README.md"
authors = [{ name = "Jesse Brooklyn Hannah", email = "[email protected]" }]
Expand All @@ -20,8 +20,4 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = [
"ipykernel>=6.29.5",
"ipython>=8.30.0",
"pytest>=8.3.4",
]
dev = ["ipykernel>=6.29.5", "ipython>=8.30.0", "pytest>=8.3.4"]

0 comments on commit 35e18c7

Please sign in to comment.