Skip to content

Commit

Permalink
0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Dec 14, 2024
1 parent c486e16 commit 0e6feee
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.14

- Fix: Lock textual version and defer upgrade to future

## 0.1.13

- Fix: Income record split value should be subtracted, not added, to the account balance
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "Bagels"
version = "0.1.13"
version = "0.1.14"
authors = [
{ name = "Jax", email = "[email protected]" }
]
Expand Down Expand Up @@ -41,7 +41,7 @@ dependencies = [
"pyyaml==6.0.2",
"rich==13.9.3",
"sqlalchemy==2.0.36",
"textual>=0.86.1",
"textual==0.86.1",
"tomli>=2.0.2",
"typing-extensions==4.12.2",
"uc-micro-py==1.0.3",
Expand All @@ -66,13 +66,13 @@ bagels = "bagels.__main__:cli"

[tool.uv]
dev-dependencies = [
"textual-dev>=1.6.1",
"textual-dev==1.6.1",
"pytest>=8.3.1",
"jinja2>=3.1.4",
"syrupy>=4.6.1",
"pytest-xdist>=3.6.1",
"pytest-cov>=5.0.0",
"pytest-textual-snapshot>=1.0.0",
"pytest-textual-snapshot==1.0.0",
]

[tool.hatch.metadata]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e6feee

Please sign in to comment.