Skip to content

Commit

Permalink
Merge pull request #2408 from Kodiologist/release
Browse files Browse the repository at this point in the history
Release Hy 0.26.0
  • Loading branch information
Kodiologist committed Feb 8, 2023
2 parents fe17f9c + a25b179 commit 58a870e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
7 changes: 4 additions & 3 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. default-role:: code

Unreleased
0.26.0 (released 2023-02-08)
=============================

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

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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Project
* Code: https://github.com/hylang/hy
* Documentation:
* master, for use with the latest revision on GitHub: http://docs.hylang.org/en/master
* stable, for use with the latest release on PyPI: http://hylang.org/en/stable
* stable, for use with the latest release on PyPI: http://docs.hylang.org/en/stable
* Bug reports: We have no bugs! Your bugs are your own! (https://github.com/hylang/hy/issues)
* License: MIT (Expat)
* [Hacking on Hy](http://docs.hylang.org/en/master/hacking.html)
Expand Down
5 changes: 0 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
pytest >= 6

# autoformatting
black==22.3.0
isort==5.10.1
pre_commit==2.17.0

# documentation
Pygments >= 2
Sphinx == 5.0.2
Expand Down

0 comments on commit 58a870e

Please sign in to comment.