Skip to content

Commit

Permalink
Release 40.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Jun 16, 2023
1 parent c6f1eab commit 961544a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
Changes
=======

Unreleased (???)
40.0 (2023-06-16)
-----------------

* Test against Python 3.11, update listed support in classifiers
* Drop support for Python 3.7
* Add CLI option to render package README. (#271)
* Adapt tests to pygments 2.14.0 (#272)
* Update release process to use Trusted Publishing (#276)
* Replace usage of deprecated `pkg_resources` with `importlib.metadata` (#281)
* Drop support for Python 3.7 (#282), Test against Python 3.11 (#280)

37.3 (2022-10-31)
-----------------
Expand Down
2 changes: 1 addition & 1 deletion readme_renderer/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
)
__uri__ = "https://github.com/pypa/readme_renderer"

__version__ = "37.4.dev"
__version__ = "40.0"

__author__ = "The Python Packaging Authority"
__email__ = "admin@mail.pypi.org"
Expand Down

0 comments on commit 961544a

Please sign in to comment.