Skip to content

Commit 58a870e

Browse files
authored
Merge pull request #2408 from Kodiologist/release
Release Hy 0.26.0
2 parents fe17f9c + a25b179 commit 58a870e

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

NEWS.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. default-role:: code
22

3-
Unreleased
3+
0.26.0 (released 2023-02-08)
44
=============================
55

66
Removals
@@ -42,10 +42,11 @@ New Features
4242
------------------------------
4343
* Pyodide is now officially supported.
4444
* `.`, `..`, etc. are now usable as ordinary symbols (with the
45-
remaining special rule that `...` compiles to `Ellipsis`)
45+
remaining special rule that `...` compiles to `Ellipsis`).
4646
* On Pythons ≥ 3.7, Hy modules can now be imported from ZIP
4747
archives in the same way as Python modules, via `zipimport`_.
48-
* `hy2py` now supports directory input, and will recursively convert hy source code into python source code.
48+
* `hy2py` has a new command-line option `--output`.
49+
* `hy2py` can now operate recursively on a directory.
4950

5051
.. _zipimport: https://docs.python.org/3.11/library/zipimport.html
5152

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Project
2929
* Code: https://github.com/hylang/hy
3030
* Documentation:
3131
* master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
32-
* stable, for use with the latest release on PyPI: http://hylang.org/en/stable
32+
* stable, for use with the latest release on PyPI: http://docs.hylang.org/en/stable
3333
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
3434
* License: MIT (Expat)
3535
* [Hacking on Hy](http://docs.hylang.org/en/master/hacking.html)

requirements-dev.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
pytest >= 6
22

3-
# autoformatting
4-
black==22.3.0
5-
isort==5.10.1
6-
pre_commit==2.17.0
7-
83
# documentation
94
Pygments >= 2
105
Sphinx == 5.0.2

0 commit comments

Comments
 (0)