Skip to content

Commit b097a7d

Browse files
authored
Release 40.0 (#283)
1 parent c6f1eab commit b097a7d

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
Changes
22
=======
33

4-
Unreleased (???)
4+
40.0 (2023-06-16)
55
-----------------
66

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

1013
37.3 (2022-10-31)
1114
-----------------

readme_renderer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
)
3030
__uri__ = "https://github.com/pypa/readme_renderer"
3131

32-
__version__ = "37.4.dev"
32+
__version__ = "40.0"
3333

3434
__author__ = "The Python Packaging Authority"
3535
__email__ = "[email protected]"

0 commit comments

Comments
 (0)