Skip to content

Commit

Permalink
Release 44 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee authored Jul 8, 2024
1 parent 09620a6 commit 1d0497c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
23 changes: 19 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
Changes
=======

44.0 (2024-07-08)
-----------------

* Drop support for Python 3.8 (#315)
* Require docutils 0.21.2 and higher (#315)
* Remove HTML5 ``<s>`` tag from the list of allowed HTML tags (#315)
* Test all supported CPython and PyPy versions in CI (#315)
* Resolve Node 16 deprecation warnings in CI (#309)
* Lint specific directories (#312)
* Build a wheel once for all tox test environments (#308)
* Lazy open output files, and always close them (#314)
* Gitpod: Migrate to the Even Better TOML extension (#306)
* check-manifest: Remove a now-default ``.gitpod.yml`` exclusion (#307)

43.0 (2024-02-26)
-----------------
- Allow HTML5 ``picture`` tag through cleaner (#299)
- Test against Python 3.12 (#300)

* Allow HTML5 ``picture`` tag through cleaner (#299)
* Test against Python 3.12 (#300)

42.0 (2023-09-07)
-----------------

- Migrate from ``bleach`` to ``nh3`` (#295)
- Migrate from ``setup.py`` to ``pyproject.toml``
* Migrate from ``bleach`` to ``nh3`` (#295)
* Migrate from ``setup.py`` to ``pyproject.toml``

41.0 (2023-08-18)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "readme_renderer"
version = "43.0"
version = "44.0"
description = "readme_renderer is a library for rendering readme descriptions for Warehouse"
authors = [
{name = "The Python Packaging Authority", email = "admin@mail.pypi.org"}
Expand Down

0 comments on commit 1d0497c

Please sign in to comment.