Skip to content

Commit

Permalink
Constraint on Hy version
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Sep 9, 2024
1 parent c14e8fc commit a176d8b
Show file tree
Hide file tree
Showing 4 changed files with 377 additions and 348 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.5

* Do not use Hy version ` 1.0aX`

# 0.6.4

* Fix bug with CSV stat export when no VAT on an invoice
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
hy = ">=0.26.0"
hy = ">=0.26.0,<1"
toolz = "*"
hyrule = "*"
click = "*"
Expand Down
Loading

0 comments on commit a176d8b

Please sign in to comment.