Skip to content

Commit

Permalink
Hy 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Jan 13, 2025
1 parent 9c2ecf8 commit 2bb80b7
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 331 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.7

* Allows Hy 1.0.0

# 0.6.6

* Remove a debug print
Expand Down
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@

install:
pipenv install

install-dev:
pipenv install --dev

test:
pipenv run pytest -vv

install-package-in-venv:
pipenv uninstall --skip-lock tqwgp-parser
pipenv uninstall --skip-lock tqwgp-parser || true
pipenv run python setup.py install

test-package-in-venv: install-package-in-venv test
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,<1"
hy = ">=0.26.0"
toolz = "*"
hyrule = "*"
click = "*"
Expand Down
Loading

0 comments on commit 2bb80b7

Please sign in to comment.