Skip to content

Commit

Permalink
Migrate to Hy 0.26
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed May 17, 2023
1 parent 8ecc1f3 commit 108643d
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 164 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.2

* Migrate to Hy `>= 0.26`

# 0.6.1

* Add decimal number format arguments (`--decimals-csv-locale` and `--decimals-csv-format`) to statistics CSV ouput command
Expand Down
3 changes: 2 additions & 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 = ">=1.0a2"
hy = ">=0.26.0"
toolz = "*"
hyrule = "*"
click = "*"
Expand All @@ -18,6 +18,7 @@ black = "*"
pytest = "*"
pyyaml = "*"
twine = "*"
setuptools = "*"

[requires]
python_version = "3"
Expand Down
Loading

0 comments on commit 108643d

Please sign in to comment.